| 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>
|
|
|