Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLScriptElement / append-child-adopt-node-error-crash.html
blobd1f4dd9eb97221a4e4a0cc4dae8a17056380c3a2
1 <!DOCTYPE html>
2 <script>
3 testRunner.waitUntilDone();
4 testRunner.dumpAsText();
6 // Don't use js-test.js because this bug is about a failing load of an async
7 // <script> of a frame document being moved to its parent document.
8 // Hence it makes sense to keep this small and easy to debug when regress.
9 console.log("PASS unless crash.");
11 var count = 2;
13 function done() {
14 if (--count)
15 return;
16 testRunner.notifyDone();
18 </script>
19 <iframe src=resources/append-child-adopt-node-error-frame.html></iframe>
20 <iframe src=resources/append-child-adopt-node-error-frame.svg></iframe>