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> |