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

Unified Diff: LayoutTests/svg/W3C-SVG-1.1-SE/text-intro-09-b.svg

Issue 715863004: Update a couple more tests for load completion definition change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update srcset-helper.js instead of tests Created 6 years, 1 month 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 | « LayoutTests/http/tests/resources/srcset-helper.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/W3C-SVG-1.1-SE/text-intro-09-b.svg
diff --git a/LayoutTests/svg/W3C-SVG-1.1-SE/text-intro-09-b.svg b/LayoutTests/svg/W3C-SVG-1.1-SE/text-intro-09-b.svg
index 6a995ba3af799b729e29e3edff3321bbfa99c535..a11b26f12e7ec3949ffa0e0e19f39b2c48e02ed2 100644
--- a/LayoutTests/svg/W3C-SVG-1.1-SE/text-intro-09-b.svg
+++ b/LayoutTests/svg/W3C-SVG-1.1-SE/text-intro-09-b.svg
@@ -10,6 +10,16 @@
<!--= All Rights Reserved. =-->
<!--= See http://www.w3.org/Consortium/Legal/. =-->
<!--======================================================================-->
+ <script xlink:href="../../resources/run-after-display.js"></script>
+ <script>
+ if (window.testRunner)
+ testRunner.waitUntilDone();
+
+ runAfterDisplay(function() {
+ if (window.testRunner)
+ testRunner.notifyDone();
+ });
+ </script>
<d:SVGTestCase xmlns:d="http://www.w3.org/2000/02/svg/testsuite/description/"
template-version="1.4" reviewer="SVGWG" author="Jon Ferraiolo" status="accepted"
version="$Revision: 1.6 $" testname="$RCSfile: text-intro-09-b.svg,v $">
@@ -76,4 +86,4 @@
<text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
</g>-->
-</svg>
+</svg>
« no previous file with comments | « LayoutTests/http/tests/resources/srcset-helper.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698