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