Sign in
webkit
/
WebKit
/
b9e18bf7a829fa323140e6e3f06089979076d21c
/
.
/
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>