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

Side by Side Diff: LayoutTests/http/tests/security/xss-DENIED-frame-name.html

Issue 3452011: Merge 67509 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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 <script> 1 <script>
2 if (window.layoutTestController) 2 if (window.layoutTestController)
3 layoutTestController.dumpAsText(); 3 layoutTestController.dumpAsText();
4 </script> 4 </script>
5 <iframe name="test" src="about:blank"></iframe> 5 <iframe name="test" src="about:blank"></iframe>
6 <script> 6 <script>
7 var test = {'prop': 'FAIL'}; 7 var test = {'prop': 'FAIL'};
8 </script> 8 </script>
9 <iframe src="http://localhost:8000/security/resources/frame-for-parent-name.html "></iframe> 9 <iframe src="http://localhost:8000/security/resources/frame-for-parent-name.html "></iframe>
10 This test passes if it doesn't alert fail. 10 This test passes if it doesn't alert fail.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698