Index: LayoutTests/fast/frames/seamless/seamless-window-location-href.html |
diff --git a/LayoutTests/fast/frames/seamless/seamless-window-location-href.html b/LayoutTests/fast/frames/seamless/seamless-window-location-href.html |
deleted file mode 100644 |
index c789f019828a0d910795f23bf6e64d580e2fa69f..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/frames/seamless/seamless-window-location-href.html |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-<!DOCTYPE html> |
-<body> |
-<script src="../../../resources/js-test.js"></script> |
-<script> |
-if (window.testRunner) |
- testRunner.waitUntilDone(); |
- |
-window.addEventListener('message', function(evt) { |
- shouldBeEqualToString("frames[0].document.body.textContent.trim()", "DONE"); |
- |
- if (window.testRunner) |
- testRunner.notifyDone(); |
-}, false); |
-</script> |
-<iframe srcdoc=" |
- Waiting... |
- <iframe seamless |
- srcdoc=' |
- <script> |
- window.location.href = "resources/done.html"; |
- </script> |
- '> |
- </iframe> |
-"></iframe> |