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

Unified Diff: webkit/data/layout_tests/chrome/fast/dom/no-init-context-in-access-check.html

Issue 55025: Remove tests that have been upstreamed. Update test_expectations list... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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: webkit/data/layout_tests/chrome/fast/dom/no-init-context-in-access-check.html
===================================================================
--- webkit/data/layout_tests/chrome/fast/dom/no-init-context-in-access-check.html (revision 12664)
+++ webkit/data/layout_tests/chrome/fast/dom/no-init-context-in-access-check.html (working copy)
@@ -1,29 +0,0 @@
-<html>
-<script>
-if (window.layoutTestController) {
- layoutTestController.dumpAsText();
- layoutTestController.waitUntilDone();
-}
-
-var target;
-function check_blank() {
- var x = target.location.private;
- if (window.layoutTestController)
- layoutTestController.notifyDone();
-}
-
-function reload_blank() {
- target = window.frames[0];
- target.location = "about:blank";
- window.setTimeout("check_blank()", 100);
-}
-
-window.setTimeout("reload_blank()", 100);
-
-</script>
-<body>
-The test passes if Chrome does not crash. See issue 1117082.
-<br>
-<iframe src="about:blank"></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698