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

Side by Side Diff: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-location-get-test.html

Issue 494343003: Eliminate globalFlag usage from http security layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: consistify Created 6 years, 4 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 window.location.existingCustomProperty = 1; 4 window.location.existingCustomProperty = 1;
5 window.location[1] = 1; 5 window.location[1] = 1;
6 6
7 window.onload = function() 7 window.onload = function()
8 { 8 {
9 if (window.testRunner) 9 window.parent.postMessage('ready', '*');
10 testRunner.globalFlag = true;
11 } 10 }
12 </script> 11 </script>
13 </head> 12 </head>
14 <body> 13 <body>
15 </body> 14 </body>
16 </html> 15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698