Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / empty-bdi-crash.html
blob2c476cbae11d893ba76c87303309c1f830d640e4
1 <!DOCTYPE html>
2 <html>
3 <body>
4 This test ensures WebKit does not crash when encountering an empty bdi element.
5 <bdi></bdi>
6 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
11 </script>
12 </body>
13 </html>