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

Side by Side Diff: LayoutTests/http/tests/security/resources/cross-frame-access-get-custom-property-cached-iframe.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.customProperty = 1; 4 window.customProperty = 1;
5 5
6 window.onload = function() 6 window.onload = function()
7 { 7 {
8 if (window.testRunner) 8 window.parent.postMessage('ready', '*');
9 testRunner.globalFlag = true;
10 } 9 }
11 </script> 10 </script>
12 </head> 11 </head>
13 <body> 12 <body>
14 </body> 13 </body>
15 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698