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

Unified Diff: LayoutTests/svg/custom/bug79798.html

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/svg/custom/bug79798.html
diff --git a/LayoutTests/svg/custom/bug79798.html b/LayoutTests/svg/custom/bug79798.html
index 8ff1dcc55c7a06762cf58b8a8ab00e2da824e978..6e881e52492655acef1917ac308fd48492b31f5c 100644
--- a/LayoutTests/svg/custom/bug79798.html
+++ b/LayoutTests/svg/custom/bug79798.html
@@ -19,6 +19,7 @@
q.execCommand('formatBlock', 1, 'h1');
q.execCommand('formatBlock', 1, 'h1');
document.open();
+ document.close();
}
</script>
<object data="resources/bug79798.svg" id="root" onload="go()"/</object>

Powered by Google App Engine
This is Rietveld 408576698