2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / bogus-color-span.html
blob227f8b5d302631bf9b4e3012aea39afdf615bb87
1 <style>
2 span { color: #bogus; }
3 #normal { background-color: green; width: 100px; height: 100px; }
4 #2bogus { background-color: green; width: 100px; height: 100px; }
5 #222 { background-color: green; width: 100px; height: 100px; }
6 </style>
7 <div id="normal"></div>
8 <div id="2bogus"></div>
9 <div id="222"></div>