Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / empty-frame-document.html
blobcdaba7b1a691ae0cb80254f4e16a01d803f054d4
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 </head>
8 <body onload="window.frames[0].document">
9 <p>
10 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=7293">https://bugs.webkit.org/show_bug.cgi?id=7293</a>
11 REGRESSION: Using Javascript Bookmarklets that reference location.href on a blank tab crashes WebKit</i>.
12 Tests that empty frames have a document. If the test passes it will not crash.</p>
13 <iframe src="doesNotExist"></iframe>
14 </body>
15 </html>