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

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

Issue 16695002: Uptake WebKit Changeset r149185. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Refetch render view and null check AXObjectCache Created 7 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 | « no previous file | LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html
diff --git a/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload.html b/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html
similarity index 79%
copy from LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload.html
copy to LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html
index a80980c3bec44b933fd26e1088fdfe55550ef7aa..4631e8d2e61dec73d9ee417a1397e83d862ba830 100644
--- a/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload.html
+++ b/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html
@@ -11,7 +11,7 @@ if (window.testRunner) {
<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 seamless=seamless onload='setTimeout("if (window.testRunner) testRunner.notifyDone()", 100);'
+<iframe onload='setTimeout("if (window.testRunner) testRunner.notifyDone()", 100);'
src='resources/remove-this-during-object-beforeload.html'></iframe>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698