Changeset 87954 in webkit


Ignore:
Timestamp:
Jun 2, 2011 2:41:42 PM (13 years ago)
Author:
senorblanco@chromium.org
Message:

2011-06-02 Stephen White <senorblanco@chromium.org>

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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r87948 r87954  
     12011-06-02  Stephen White  <senorblanco@chromium.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Fix layout test compositing/images/direct-svg-image.html.
     6        https://bugs.webkit.org/show_bug.cgi?id=61966
     7       
     8        Change this test to get SVG resources from their new, post-r87782
     9        location (svg/as-image).
     10
     11        * compositing/images/direct-svg-image.html:
     12
    1132011-06-02  Dimitri Glazkov  <dglazkov@chromium.org>
    214
  • trunk/LayoutTests/compositing/images/direct-svg-image.html

    r75137 r87954  
    3232    <div id="indicator"></div>
    3333
    34     <img src="../../fast/images/resources/green-fixed-size-rect.svg">
    35     <img class="composited" src="../../fast/images/resources/green-fixed-size-rect.svg">
     34    <img src="../../svg/as-image/resources/green-fixed-size-rect.svg">
     35    <img class="composited" src="../../svg/as-image/resources/green-fixed-size-rect.svg">
    3636
    3737    <!-- You should see no red above -->
Note: See TracChangeset for help on using the changeset viewer.