Changeset 127056 in webkit


Ignore:
Timestamp:
Aug 29, 2012 3:08:06 PM (12 years ago)
Author:
fmalita@chromium.org
Message:

Unreviewed, adjusting reftest mask to avoid spurious Mac failures.

  • svg/custom/clamped-masking-clipping-expected.svg:
  • svg/custom/clamped-masking-clipping.svg:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r127054 r127056  
     12012-08-29  Florin Malita  <fmalita@chromium.org>
     2
     3        Unreviewed, adjusting reftest mask to avoid spurious Mac failures.
     4
     5        * svg/custom/clamped-masking-clipping-expected.svg:
     6        * svg/custom/clamped-masking-clipping.svg:
     7
    182012-08-29  Tony Chang  <tony@chromium.org>
    29
  • trunk/LayoutTests/svg/custom/clamped-masking-clipping-expected.svg

    r126993 r127056  
    11<svg xmlns="http://www.w3.org/2000/svg" width="10000" height="400">
    2     <rect x="100" width="100" height="100" fill="green"/>
    3     <rect x="300" width="100" height="100" fill="green"/>
     2    <rect x="99" width="101" height="100" fill="green"/>
     3    <rect x="299" width="101" height="100" fill="green"/>
    44</svg>
  • trunk/LayoutTests/svg/custom/clamped-masking-clipping.svg

    r126993 r127056  
    2424  <g mask="url(#crop)" transform="translate(-100, 0)">
    2525    <rect width="10000" height="400" fill="red" mask="url(#mask)"/>
    26     <rect x="200" width="100" height="100" fill="green"/>
     26    <rect x="199" width="101" height="100" fill="green"/>
    2727  </g>
    2828
    2929  <g mask="url(#crop)" transform="translate(100, 0)">
    3030    <rect width="10000" height="400" fill="red" clip-path="url(#clip2)"/>
    31     <rect x="200" width="100" height="100" fill="green"/>
     31    <rect x="199" width="101" height="100" fill="green"/>
    3232  </g>
    3333</svg>
Note: See TracChangeset for help on using the changeset viewer.