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

Unified Diff: trunk/LayoutTests/fast/html/object-image-nested-fallback.html

Issue 16336010: Revert 150924 "Node::lazyAttach shouldn't lie about being attached" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 7 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: trunk/LayoutTests/fast/html/object-image-nested-fallback.html
===================================================================
--- trunk/LayoutTests/fast/html/object-image-nested-fallback.html (revision 151673)
+++ trunk/LayoutTests/fast/html/object-image-nested-fallback.html (working copy)
@@ -1,20 +1,12 @@
<html>
<script>
- if (window.testRunner) {
+ if (window.testRunner)
testRunner.dumpAsText();
- testRunner.waitUntilDone();
- }
-
- function finish()
- {
- if (window.testRunner)
- testRunner.notifyDone();
- }
</script>
<body>
<object type="image/png" data="this.object.does.not.exist.dtd">
<object type="image/png" data="this.object.does.not.exist.dtd">
- <object type="image/png" data="this.object.does.not.exist.dtd" onerror="finish()">PASS when no crash occurs.</object>
+ <object type="image/png" data="this.object.does.not.exist.dtd">PASS when no crash occurs.</object>
</object>
</object>
</body>

Powered by Google App Engine
This is Rietveld 408576698