| Index: LayoutTests/fast/dom/HTMLScriptElement/append-child-adopt-node-crash.html
|
| diff --git a/LayoutTests/fast/dom/HTMLScriptElement/append-child-adopt-node-crash.html b/LayoutTests/fast/dom/HTMLScriptElement/append-child-adopt-node-crash.html
|
| deleted file mode 100644
|
| index c7a049d8844fc2577d3a7dcf81da023d45126aa2..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/HTMLScriptElement/append-child-adopt-node-crash.html
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<iframe src=resources/append-child-adopt-node-frame.html></iframe>
|
| -<iframe src=resources/append-child-adopt-node-frame.svg></iframe>
|
| -<script>
|
| -testRunner.waitUntilDone();
|
| -testRunner.dumpAsText();
|
| -
|
| -var count = document.querySelectorAll("iframe").length;
|
| -
|
| -function done() {
|
| - 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>
|
|
|