| 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>
|
|
|