haikuwebkit/LayoutTests/fast/css/currentcolor-strict-mode-ex...

9 lines
137 B
HTML

<!DOCTYPE html>
<style>
div {
color: green;
border: 5px solid green;
}
</style>
<div>currentColor should work in strict mode</div>