| Index: LayoutTests/fast/html/imports/import-in-iframe-dynamic.html
|
| diff --git a/LayoutTests/fast/html/imports/import-in-iframe-dynamic.html b/LayoutTests/fast/html/imports/import-in-iframe-dynamic.html
|
| deleted file mode 100644
|
| index 7ad13a5a1698f62cec88148cd4cf4b2f937473fe..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/html/imports/import-in-iframe-dynamic.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<script src="../../js/resources/js-test-pre.js"></script>
|
| -<body>
|
| -<script>
|
| -window.jsTestIsAsync = true;
|
| -var iframe = document.createElement('iframe');
|
| -iframe.src ='resources/child-frame-with-import.html';
|
| -document.body.appendChild(iframe);
|
| -</script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| -</body>
|
| -</html>
|
|
|