tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / bogus-color-span.html
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>