Title: [87954] trunk/LayoutTests
Revision
87954
Author
[email protected]
Date
2011-06-02 14:41:42 -0700 (Thu, 02 Jun 2011)

Log Message

2011-06-02  Stephen White  <[email protected]>

        Reviewed by Andreas Kling.

        Fix layout test compositing/images/direct-svg-image.html.
        https://bugs.webkit.org/show_bug.cgi?id=61966
        
        Change this test to get SVG resources from their new, post-r87782
        location (svg/as-image).

        * compositing/images/direct-svg-image.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87953 => 87954)


--- trunk/LayoutTests/ChangeLog	2011-06-02 21:36:45 UTC (rev 87953)
+++ trunk/LayoutTests/ChangeLog	2011-06-02 21:41:42 UTC (rev 87954)
@@ -1,3 +1,15 @@
+2011-06-02  Stephen White  <[email protected]>
+
+        Reviewed by Andreas Kling.
+
+        Fix layout test compositing/images/direct-svg-image.html.
+        https://bugs.webkit.org/show_bug.cgi?id=61966
+        
+        Change this test to get SVG resources from their new, post-r87782
+        location (svg/as-image).
+
+        * compositing/images/direct-svg-image.html:
+
 2011-06-02  Dimitri Glazkov  <[email protected]>
 
         Reviewed by Darin Adler.

Modified: trunk/LayoutTests/compositing/images/direct-svg-image.html (87953 => 87954)


--- trunk/LayoutTests/compositing/images/direct-svg-image.html	2011-06-02 21:36:45 UTC (rev 87953)
+++ trunk/LayoutTests/compositing/images/direct-svg-image.html	2011-06-02 21:41:42 UTC (rev 87954)
@@ -31,8 +31,8 @@
 
     <div id="indicator"></div>
 
-    <img src=""
-    <img class="composited" src=""
+    <img src=""
+    <img class="composited" src=""
 
     <!-- You should see no red above -->
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to