Index: LayoutTests/webarchive/resources/adopt-attribute-styled-body-iframe.html |
diff --git a/LayoutTests/webarchive/resources/adopt-attribute-styled-body-iframe.html b/LayoutTests/webarchive/resources/adopt-attribute-styled-body-iframe.html |
deleted file mode 100644 |
index e057a63ba554f2dfa3dc2c32a691ee86db9c629e..0000000000000000000000000000000000000000 |
--- a/LayoutTests/webarchive/resources/adopt-attribute-styled-body-iframe.html |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-<script> |
-if (window.parent.bodyToAdopt) { |
- document.getElementsByTagName("html")[0].appendChild(document.adoptNode(window.parent.bodyToAdopt)); |
- window.parent.bodyToAdopt = null; |
-} else |
- alert("window.parent.bodyToAdopt is not set - Are you viewing this page as part of the adopt-attribute-styled-body test?"); |
-</script> |