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

Side by Side Diff: LayoutTests/http/tests/security/window-named-proto-expected.txt

Issue 8036045: Merge 95488 - Named property confusion with __proto__ (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 2 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 CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http ://localhost:8080/security/resources/innocent-victim-with-iframe.html from frame with URL data:text/html,<script>(function () { setTimeout(function() { if (window.layoutTestController) layoutTest Controller.notifyDone(); }, 0); window.name = "__proto__"; parent.__proto__.alert.constructor("alert(document.body.innerHTML)") (); })()</script>. Domains, protocols and ports must match. 1 CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http ://localhost:8080/security/resources/innocent-victim-with-iframe.html from frame with URL data:text/html,<script>(function () { setTimeout(function() { if (window.layoutTestController) layoutTest Controller.notifyDone(); }, 0); window.name = "__proto__"; parent.__proto__.alert.constructor("alert(document.body.innerHTML)") (); })()</script>. Domains, protocols and ports must match.
2 2
3 CONSOLE MESSAGE: line 1: Uncaught TypeError: Cannot read property 'alert' of und efined 3 CONSOLE MESSAGE: line 1: Uncaught TypeError: Cannot read property 'alert' of und efined
4 4
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/security/window-named-proto.html ('k') | Source/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698