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

Side by Side Diff: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-enumeration-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 <script> 1 <script>
2 window.customWindowProperty = 1; 2 window.customWindowProperty = 1;
3 window.history.customHistoryProperty = 1; 3 window.history.customHistoryProperty = 1;
4 window.location.customLocationProperty = 1; 4 window.location.customLocationProperty = 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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698