Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: LayoutTests/webarchive/resources/adopt-attribute-styled-body-iframe.html

Issue 14046041: Remove webarchive tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698