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

Side by Side Diff: LayoutTests/http/tests/security/resources/location-prototype-overwrite.html

Issue 7273022: Merge 89782 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <script> 2 <script>
3 // Make sure touch top window location first, get the hook to inject function. 3 // Make sure touch top window location first, get the hook to inject function.
4 window.top.location; 4 window.top.location;
5 5
6 Object.prototype.fail = function() { 6 Object.prototype.fail = function() {
7 alert('FAIL!'); 7 alert('FAIL!');
8 }; 8 };
9 </script> 9 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698