haikuwebkit/LayoutTests/fast/invalid/006.html

16 lines
174 B
HTML

<html>
<head>
<style>
body {
color: white; !important
}
body {
background-color:green;
}
</style>
</head>
<body>
This should be white text on a green background.
</body>