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

Side by Side Diff: LayoutTests/http/tests/security/cross-frame-access-frameelement.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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/cross-frame-access-frameelement-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.layoutTestController) { 4 if (window.layoutTestController) {
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 layoutTestController.dumpChildFramesAsText(); 6 layoutTestController.dumpChildFramesAsText();
7 } 7 }
8 </script> 8 </script>
9 </head> 9 </head>
10 <body> 10 <body>
11 <p>This test checks if frameElement is accessible from the same or cross origin iframe.</p> 11 <p>This test checks if frameElement is accessible from the same or cross origin iframe.</p>
12 <iframe src="resources/cross-frame-access-frameelement-from-iframe.html"></ifram e> 12 <iframe src="resources/cross-frame-access-frameelement-from-iframe.html"></ifram e>
13 <iframe src="http://127.0.0.1:8080/security/resources/cross-frame-access-frameel ement-from-iframe.html"></iframe> 13 <iframe src="http://127.0.0.1:8080/security/resources/cross-frame-access-frameel ement-from-iframe.html"></iframe>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/cross-frame-access-frameelement-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698