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

Side by Side Diff: LayoutTests/fast/history/sibling-visited-test.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « LayoutTests/fast/history/self-is-visited.html ('k') | LayoutTests/fast/html/a-tooltip.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 <script> 4 <script>
5 jsTestIsAsync = true; 5 jsTestIsAsync = true;
6 6
7 if (window.testRunner) 7 if (window.testRunner)
8 window.testRunner.keepWebHistory(); 8 window.testRunner.keepWebHistory();
9 9
10 function compareStyles() 10 function compareStyles()
(...skipping 14 matching lines...) Expand all
25 <body onload="compareStyles()"> 25 <body onload="compareStyles()">
26 <iframe src="resources/dummy.html" style="display:none"></iframe> 26 <iframe src="resources/dummy.html" style="display:none"></iframe>
27 27
28 <p>These two links should be different colors (green and orange):</p> 28 <p>These two links should be different colors (green and orange):</p>
29 <p style="color:green"> 29 <p style="color:green">
30 <a href="resources/dummy.html" id="one">One</a> 30 <a href="resources/dummy.html" id="one">One</a>
31 <a href="http://madeup.site.com" id="two">Two</a> 31 <a href="http://madeup.site.com" id="two">Two</a>
32 </p> 32 </p>
33 <div id=console></div> 33 <div id=console></div>
34 </body> 34 </body>
35 <script src="../js/resources/js-test-post.js"></script>
36 </html> 35 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/history/self-is-visited.html ('k') | LayoutTests/fast/html/a-tooltip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698