Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / resources / onunload-form-submit-failure.html
blob00a6c3db1cf3f3738a52c22a9936db95e06ab75a
1 <html>
2 <head>
3 <script>
4 function continueTestAfterNavigation()
6 if (window.testRunner)
7 testRunner.notifyDone();
9 </script>
10 </head>
12 <body onload="continueTestAfterNavigation()">
13 <p>Bug: rdar://problem/4268278 Submitting a form in onUnload event handler causes crash in -[WebDataSource(WebPrivate) _commitIfReady:]</p>
14 <p>If this test passes, you'll see a PASS message below.</p>
15 <hr>
16 <p>FAIL: You should not reach this page any more, since a form submission in an onunload handler has no effect.</p>
17 </body>
18 <html>