Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / resources / subframe-self-close.html
blob34745a2013ee5c5a9d2911ffd38ded287114623a
1 <script>self.close();</script>
2 <html>
3 <body>
4 This subframe calls "self.close()" as it's very first action.<br>
5 That self.close() call should not close the window.
6 </body>
7 </html>