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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script>
4
5 function loaded()
6 {
7 document.getElementsByTagName("body")[0].removeAttribute("onload");
8 window.doneWithBody = true;
9 }
10
11 </script>
12 </head>
13 <body id="otherBody" vlink="green" alink="green" onload="loaded();">
14 <a href="SomeUnvisitedPage.html">Spaceballs: The Unvisited Link</a><br>
15 <a href="about:blank">Spaceballs: The Visited Link</a>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698