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

Unified Diff: webkit/data/layout_tests/chrome/fast/events/iframe-onload-remove-self-no-crash.html

Issue 6573: It turns out that we were only "failing" the iframe-onload-remove-self-no-cra... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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/events/iframe-onload-remove-self-no-crash.html
===================================================================
--- webkit/data/layout_tests/chrome/fast/events/iframe-onload-remove-self-no-crash.html (revision 2984)
+++ webkit/data/layout_tests/chrome/fast/events/iframe-onload-remove-self-no-crash.html (working copy)
@@ -1,4 +1,8 @@
<html>
+<script>
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
<script src="resources/iframe-onload-remove-self-no-crash.js"></script>
<body>
This tests that setting remove a child frame in onload event handler

Powered by Google App Engine
This is Rietveld 408576698