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

Side by Side Diff: webkit/data/layout_tests/chrome/http/tests/security/xss-DENIED-assign-location-href-javascript.html

Issue 504079: Remove tests that have been upstreamed:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add test_expectations.txt mods Created 11 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <script>
3 if (window.layoutTestController) {
4 layoutTestController.dumpAsText();
5 layoutTestController.dumpChildFramesAsText();
6 }
7
8 function runTest() {
9 frames[0].location.href = 'javascript:3';
10 }
11
12 </script>
13 <body onload="runTest()">
14 <iframe src="http://localhost:8081/chrome/http/tests/security/resources/localPag e.html"></iframe>
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698