Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / subframe-self-close.html
blob6cc427ba0dda45341fa3bcd2d6f79631986ae766
1 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.dumpChildFramesAsText();
8 </script>
9 </head>
10 <body>
11 This page contains a subframe that calls "self.close()" as its first course of action.<br>
12 That self.close() call should not close this window.<br>
13 <iframe src="resources/subframe-self-close.html"></iframe><br>
14 </body>
15 </html>