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

Unified Diff: LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html

Issue 205523003: Remove beforeload events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more tests Created 6 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: LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html
diff --git a/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html b/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html
deleted file mode 100644
index 4631e8d2e61dec73d9ee417a1397e83d862ba830..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<head>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
-}
-
-</script>
-</head>
-<body>
-<div>This tests if removing the iframe, while the iframe's object's beforeload is executed is safe.</div>
-<div>PASS if no crash is observed, while loading iframe.</div>
-<iframe onload='setTimeout("if (window.testRunner) testRunner.notifyDone()", 100);'
- src='resources/remove-this-during-object-beforeload.html'></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698