WebKit Bugzilla
Attachment 356403 Details for
Bug 192321
: Support css-color-4 rgb functions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Testcase
percentage-in-color.html (text/html), 279 bytes, created by
Simon Fraser (smfr)
on 2018-12-03 13:57:44 PST
(
hide
)
Description:
Testcase
Filename:
MIME Type:
Creator:
Simon Fraser (smfr)
Created:
2018-12-03 13:57:44 PST
Size:
279 bytes
patch
obsolete
><!DOCTYPE html> ><html lang="en"> ><head> > > <style> > > div { > background-color: rgba(7, 8, 9, 50%); > padding: 20px; > } > </style> > ></head> ><body> > > <div id="name"> > What is my background-color? > </div> ></body> ></html>
<!DOCTYPE html> <html lang="en"> <head> <style> div { background-color: rgba(7, 8, 9, 50%); padding: 20px; } </style> </head> <body> <div id="name"> What is my background-color? </div> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 192321
:
356403
|
358081
|
358083
|
358084
|
358086
|
358087
|
358088
|
358098