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

Unified Diff: LayoutTests/webarchive/resources/adopt-attribute-styled-body-second-window.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-second-window.html
diff --git a/LayoutTests/webarchive/resources/adopt-attribute-styled-body-second-window.html b/LayoutTests/webarchive/resources/adopt-attribute-styled-body-second-window.html
deleted file mode 100644
index 2f7833ea3558b51d453bc6b0b3ca4a3cf5767dac..0000000000000000000000000000000000000000
--- a/LayoutTests/webarchive/resources/adopt-attribute-styled-body-second-window.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<head>
-<script>
-
-function loaded()
-{
- document.getElementsByTagName("body")[0].removeAttribute("onload");
- window.doneWithBody = true;
-}
-
-</script>
-</head>
-<body id="otherBody" vlink="green" alink="green" onload="loaded();">
-<a href="SomeUnvisitedPage.html">Spaceballs: The Unvisited Link</a><br>
-<a href="about:blank">Spaceballs: The Visited Link</a>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698