Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / iframe-onload-remove-self-no-crash.html
blobf1cdedcc4d31b40f0d6027c37adbc2b12d10ed1e
1 <html>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <script src="resources/iframe-onload-remove-self-no-crash.js"></script>
7 <body>
8 This tests that setting remove a child frame in onload event handler
9 does not crash the renderer.
10 <br>
11 <iframe src="resources/iframe-onload-remove-self-no-crash-child.html"></iframe>
12 </body>
13 </html>