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

Unified Diff: webkit/data/test_shell/iframe_redirect/main.html

Issue 10536207: Remove layoutTestController from test_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: really fix mac Created 8 years, 6 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
« no previous file with comments | « webkit/data/test_shell/iframe_redirect/child.html ('k') | webkit/glue/iframe_redirect_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/data/test_shell/iframe_redirect/main.html
diff --git a/webkit/data/test_shell/iframe_redirect/main.html b/webkit/data/test_shell/iframe_redirect/main.html
deleted file mode 100644
index 996626486e48dabe089a1e49f4f51f45d70e893f..0000000000000000000000000000000000000000
--- a/webkit/data/test_shell/iframe_redirect/main.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
- <body>
- <iframe id='ifr'>
- </iframe>
- <script>
- if (window.layoutTestController)
- layoutTestController.waitUntilDone();
- var ifr = document.getElementById('ifr');
- ifr.contentWindow.document.location = "child.html";
- </script>
- </body>
-</html>
« no previous file with comments | « webkit/data/test_shell/iframe_redirect/child.html ('k') | webkit/glue/iframe_redirect_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698