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