| Index: LayoutTests/fast/dom/HTMLScriptElement/adopt-node-crash.html
|
| diff --git a/LayoutTests/fast/dom/HTMLScriptElement/adopt-node-crash.html b/LayoutTests/fast/dom/HTMLScriptElement/adopt-node-crash.html
|
| deleted file mode 100644
|
| index 78b9276f995aac2af095a9916b15f4793f8da267..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/HTMLScriptElement/adopt-node-crash.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<iframe src=resources/adopt-node-frame.html></iframe>
|
| -<iframe src=resources/adopt-node-frame.svg></iframe>
|
| -<script>
|
| -testRunner.waitUntilDone();
|
| -testRunner.dumpAsText();
|
| -
|
| -var count = document.querySelectorAll("iframe").length;
|
| -
|
| -function done(childDocument) {
|
| - document.adoptNode(childDocument.querySelector("script"));
|
| - count--;
|
| - if (count)
|
| - return;
|
| - // Don't use js-test-pre.js because this bug is about <script> loading and
|
| - // it makes sense to keep this small and easy to debug when regress.
|
| - console.log("PASS unless crash.");
|
| - testRunner.notifyDone();
|
| -}
|
| -</script>
|
|
|