haikuwebkit/LayoutTests/fast/invalid/013.html

20 lines
192 B
HTML

<html>
<head>
<style>
div {
color: #;
}
div {
color: #
}
body {
color: white;
background-color: green;
}
</style>
</head>
<body>
You should see white text on a green background.