Changeset 110001 in webkit


Ignore:
Timestamp:
Mar 6, 2012 7:26:02 PM (12 years ago)
Author:
enne@google.com
Message:

Unreviewed, update mac text baselines after r109851

  • compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
  • compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
  • compositing/geometry/limit-layer-bounds-positioned-expected.txt:
  • compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
  • compositing/geometry/limit-layer-bounds-transformed-expected.txt:
  • compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
Location:
trunk/LayoutTests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r110000 r110001  
     12012-03-06  Adrienne Walker  <enne@google.com>
     2
     3        Unreviewed, update mac text baselines after r109851
     4
     5        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
     6        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
     7        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
     8        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
     9        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
     10        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
     11
    1122012-03-06  Dirk Pranke  <dpranke@chromium.org>
    213
  • trunk/LayoutTests/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt

    r67682 r110001  
    1616        )
    1717        (GraphicsLayer
    18           (position 8.00 113.00)
    19           (bounds 142.00 142.00)
     18          (position 0.00 113.00)
     19          (bounds 150.00 142.00)
    2020          (drawsContent 1)
    21           (children 1
    22             (GraphicsLayer
    23               (position -8.00 21.00)
    24               (bounds 129.00 100.00)
    25               (drawsContent 1)
    26             )
    27           )
    2821        )
    2922      )
  • trunk/LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt

    r67682 r110001  
    1717          (bounds 142.00 142.00)
    1818          (drawsContent 1)
    19           (children 1
    20             (GraphicsLayer
    21               (position 21.00 21.00)
    22               (bounds 100.00 100.00)
    23               (drawsContent 1)
    24             )
    25           )
    2619        )
    2720        (GraphicsLayer
  • trunk/LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt

    r67682 r110001  
    1616        )
    1717        (GraphicsLayer
    18           (position 8.00 8.00)
    19           (bounds 142.00 142.00)
     18          (position 0.00 8.00)
     19          (bounds 150.00 142.00)
    2020          (drawsContent 1)
    21           (children 1
    22             (GraphicsLayer
    23               (position -8.00 21.00)
    24               (bounds 129.00 100.00)
    25               (drawsContent 1)
    26             )
    27           )
    2821        )
    2922      )
  • trunk/LayoutTests/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt

    r67682 r110001  
    1616        )
    1717        (GraphicsLayer
    18           (position 8.00 8.00)
    19           (bounds 142.00 142.00)
     18          (position 0.00 8.00)
     19          (bounds 429.00 142.00)
    2020          (drawsContent 1)
    21           (children 1
    22             (GraphicsLayer
    23               (position -979.00 21.00)
    24               (bounds 1200.00 100.00)
    25               (drawsContent 1)
    26               (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [200.00 0.00 0.00 1.00])
    27             )
    28           )
    2921        )
    3022      )
  • trunk/LayoutTests/compositing/geometry/limit-layer-bounds-transformed-expected.txt

    r73385 r110001  
    1616        )
    1717        (GraphicsLayer
    18           (position 8.00 8.00)
    19           (bounds 242.00 142.00)
     18          (position -971.00 8.00)
     19          (anchor 0.90 0.50)
     20          (bounds 1221.00 142.00)
    2021          (drawsContent 1)
    2122          (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [100.00 0.00 0.00 1.00])
    22           (children 1
    23             (GraphicsLayer
    24               (position -979.00 21.00)
    25               (bounds 1200.00 100.00)
    26               (drawsContent 1)
    27             )
    28           )
    2923        )
    3024      )
  • trunk/LayoutTests/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt

    r67682 r110001  
    2020          (drawsContent 1)
    2121          (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [100.00 0.00 0.00 1.00])
    22           (children 1
    23             (GraphicsLayer
    24               (position 1.00 1.00)
    25               (bounds 240.00 145.00)
    26               (children 2
    27                 (GraphicsLayer
    28                   (position -980.00 20.00)
    29                   (bounds 2050.00 100.00)
    30                   (usingTiledLayer 1)
    31                   (drawsContent 1)
    32                 )
    33                 (GraphicsLayer
    34                   (position 45.00 36.00)
    35                   (bounds 43.00 18.00)
    36                   (drawsContent 1)
    37                 )
    38               )
    39             )
    40           )
    4122        )
    4223      )
Note: See TracChangeset for help on using the changeset viewer.