Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / invalid / 006.html
blobef1a675b988110313576619b62f8ff9ce587f08e
1 <html>
2 <head>
3 <style>
4 body {
5 color: white; !important
8 body {
9 background-color:green;
11 </style>
12 </head>
13 <body>
14 This should be white text on a green background.
15 </body>