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

9 lines
144 B
HTML

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