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

Unified Diff: LayoutTests/svg/custom/resources/linkingCircle-f.svg

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: LayoutTests/svg/custom/resources/linkingCircle-f.svg
diff --git a/LayoutTests/svg/custom/resources/linkingCircle-f.svg b/LayoutTests/svg/custom/resources/linkingCircle-f.svg
index 95b1b68f09615da5cc95d323e5eeb74530951e7d..d78fd6ab785708b9447c835cf0a3b7bb861308eb 100644
--- a/LayoutTests/svg/custom/resources/linkingCircle-f.svg
+++ b/LayoutTests/svg/custom/resources/linkingCircle-f.svg
@@ -4,7 +4,7 @@
<!-- linkingCircle-f.svg -->
<!-- Auxiliary file for linking tests. -->
<!-- ====================================================================== -->
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="linkingCircle-f.svg" width="480" height="360" onload="report()">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="linkingCircle-f.svg" width="480" height="360" onload="setTimeout(report, 0);">
dcheng 2014/10/20 18:35:14 How come we need to defer this to a setTimeout() n
<script>
function report() {
if (window.testRunner)

Powered by Google App Engine
This is Rietveld 408576698