Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug275625.html
blob786447441d03bfbca80380a119edfec76a2e7026
1 <html><head><title>Testcase bug 275625 - Crash with a:hover, a:hover+br{display:table-row;}</title>
2 <style>
3 a, a + br{display:inline;}
4 </style>
5 </head>
6 <body onload="document.styleSheets[0].cssRules[0].style.display = 'table-row'">
7 <a href="#">This should not crash</a><br>
8 </body></html>