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

Side by Side Diff: LayoutTests/fast/dom/Window/Location/resources/pass.html

Issue 713453003: De-flake window.location shadowing layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
OLDNEW
1 <html> 1 <html>
2 <body> 2 <head>
3 <script>
4 function finishTest() {
5 window.parent.postMessage("done", "*");
6 }
7 </script>
8 </head>
9 <body onload="finishTest()">
3 <pre> 10 <pre>
4 PASS 11 PASS
5 </pre> 12 </pre>
6 </body> 13 </body>
7 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698