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

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

Issue 19095003: Throw 'SecurityError' upon cross-origin Location access. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline. Created 7 years, 5 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 6
6 window.onload = function() 7 window.onload = function()
7 { 8 {
8 if (window.testRunner) 9 if (window.testRunner)
9 testRunner.globalFlag = true; 10 testRunner.globalFlag = true;
10 } 11 }
11 </script> 12 </script>
12 </head> 13 </head>
13 <body> 14 <body>
14 </body> 15 </body>
15 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698