WebKit Bugzilla
Attachment 358440 Details for
Bug 193171
: Implement the css-color-4 behavior for inheritance of currentColor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Testcase
currentColor-inheritance.html (text/html), 537 bytes, created by
Simon Fraser (smfr)
on 2019-01-05 11:56:37 PST
(
hide
)
Description:
Testcase
Filename:
MIME Type:
Creator:
Simon Fraser (smfr)
Created:
2019-01-05 11:56:37 PST
Size:
537 bytes
patch
obsolete
><!DOCTYPE html> ><html> ><head> > <style> > .container { > color: blue; > background-color: currentColor; > } > > .child { > padding: 10px; > color: green; > background-color: inherit; > } > </style> > ></head> ><body> > <p>The text below should be green on a green background, and therefore invisible.</p> > <div class="container"> > <div class="child"> > This text should be green on green. > </div> > </div> ></body> ></html>
<!DOCTYPE html> <html> <head> <style> .container { color: blue; background-color: currentColor; } .child { padding: 10px; color: green; background-color: inherit; } </style> </head> <body> <p>The text below should be green on a green background, and therefore invisible.</p> <div class="container"> <div class="child"> This text should be green on green. </div> </div> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 193171
: 358440 |
395368
|
395369
|
395385
|
395391
|
395441
|
395451
|
395453
|
395454