Sign in
webkit
/
WebKit
/
056b51f47ed8b40e0fb23828d758b68607aa548a
/
.
/
LayoutTests
/
fast
/
css
/
currentcolor-strict-mode-expected.html
blob: c80d7e8706b618f4df0de99deffc9874b56d8c52 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
div
{
color
:
green
;
border
:
5px
solid green
;
}
</style>
<div>
currentColor should work in strict mode
</div>