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

Side by Side Diff: LayoutTests/http/tests/security/resources/cross-frame-access-frameelement-from-iframe.html

Issue 9370040: Merge 107046 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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 <body> 1 <body>
2 <div id="console"></div> 2 <div id="console"></div>
3 <script src="cross-frame-access.js"></script> 3 <script src="cross-frame-access.js"></script>
4 <script> 4 <script>
5 log(eval("window.frameElement")); 5 log(eval("window.frameElement"));
6 </script> 6 </script>
7 </body> 7 </body>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/security/cross-frame-access-frameelement-expected.txt ('k') | Source/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698