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

Unified Diff: LayoutTests/fast/loader/javascript-url-iframe-remove-on-navigate.html

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/loader/javascript-url-iframe-remove-on-navigate.html
diff --git a/LayoutTests/fast/loader/javascript-url-iframe-remove-on-navigate.html b/LayoutTests/fast/loader/javascript-url-iframe-remove-on-navigate.html
deleted file mode 100644
index 5d75123cbcf8dc7f5ab342f9965c797cfca960f7..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/loader/javascript-url-iframe-remove-on-navigate.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<iframe src="http://does.not.exist/" id="target"></iframe>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
-}
-
-setTimeout(function() {
- document.getElementById("target").src = "javascript:alert('FAIL')";
- }, 0);
-
-window.addEventListener("popstate", function() {
- document.write("PASS - Javascript URL blocked without crashing.");
- if (window.testRunner)
- testRunner.notifyDone();
- }, false);
-</script>

Powered by Google App Engine
This is Rietveld 408576698