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

Unified Diff: webkit/data/layout_tests/chrome/fast/dom/window-collection-length-no-crash.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/window-collection-length-no-crash.html
===================================================================
--- webkit/data/layout_tests/chrome/fast/dom/window-collection-length-no-crash.html (revision 12664)
+++ webkit/data/layout_tests/chrome/fast/dom/window-collection-length-no-crash.html (working copy)
@@ -1,22 +0,0 @@
-<HTML>
-<script>
-if (window.layoutTestController) {
- window.layoutTestController.dumpAsText();
- window.layoutTestController.waitUntilDone();
-}
-
-function run_test() {
- var f = window.frames;
- document.getElementsByTagName("form")[0].submit();
- f.length;
- window.layoutTestController.notifyDone();
-}
-
-</script>
-<BODY onload="run_test()">
-<form action="about:blank" method="GET"></form>
-This test windows.frames.length does not crash the browser after
-the frame navigates away from the current page.<br>
-You should not see this message if the test passes.<br>
-</BODY>
-</HTML>

Powered by Google App Engine
This is Rietveld 408576698