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

Unified Diff: webkit/data/layout_tests/chrome/fast/dom/xss-DENIED-javascript-variations.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/data/layout_tests/chrome/fast/dom/xss-DENIED-javascript-variations-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/data/layout_tests/chrome/fast/dom/xss-DENIED-javascript-variations.html
===================================================================
--- webkit/data/layout_tests/chrome/fast/dom/xss-DENIED-javascript-variations.html (revision 35112)
+++ webkit/data/layout_tests/chrome/fast/dom/xss-DENIED-javascript-variations.html (working copy)
@@ -1,37 +0,0 @@
-<html>
-<head>
-<script>
-if (window.layoutTestController) {
- layoutTestController.dumpAsText();
- layoutTestController.dumpChildFramesAsText();
-}
-
-function runTest() {
- var a = window.frames[0];
-// java\0script is invalid url.
-
- a.location.href = " javascript:document.write('FAIL')";
- a.location.href = "javascript\t:document.write('FAIL')";
- a.location.href = "javascript\1:document.write('FAIL')";
- a.location.href = "javascript:document.write('FAIL')";
-
-
- a.location.replace(" javascript:document.write('FAIL')");
- a.location.replace("javascript\t:document.write('FAIL')");
- a.location.replace("javascript\1:document.write('FAIL')");
- a.location.replace("javascript:document.write('FAIL')");
-
- a.location = " javascript:document.write('FAIL')";
- a.location = "javascript\t:document.write('FAIL')";
- a.location = "javascript\1:document.write('FAIL')";
- a.location = "javascript:document.write('FAIL')";
-}
-</script>
-
-</head>
-<body onload="runTest()">
-<br>
-<iframe id = 'DUPA' src="data:text/html,<p>Inner text should not be replaced.<p>"></iframe>
-
-</body>
-</html>
« no previous file with comments | « no previous file | webkit/data/layout_tests/chrome/fast/dom/xss-DENIED-javascript-variations-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698