Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / resources / popup-no-crash.html
blob9eb61bb4051381e9dc4db106d0e27cbaebe4bf9e
1 <!DOCTYPE html>
2 <html>
3 <script src="../../../resources/js-test.js"></script>
4 <script>
5 description("Check that first disconnecting then closing a page popup does not crash.");
6 testPassed("no crash");
8 testRunner.notifyDone();
9 </script>
10 </html>