Changeset 183301 in webkit


Ignore:
Timestamp:
Apr 24, 2015, 6:02:59 PM (10 years ago)
Author:
Simon Fraser
Message:

Track a coverage rect through GraphicsLayerCA flushes, use it to mark backing store attached
https://bugs.webkit.org/show_bug.cgi?id=144165

Reviewed by Dean Jackson.

New results for platform/mac-wk2/tiled-drawing tests that dump layer trees.

  • platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt:
  • platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt:
  • platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt:
  • platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt:
  • platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt:
  • platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt:
  • platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt:
  • platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt:
  • platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt:
  • platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt:
  • platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt:
  • platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt:
  • platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt:
  • platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles-expected.txt:
  • platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt:
  • platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt:
  • platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
  • platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
  • platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt:
  • platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt:
  • platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration-expected.txt:
  • platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
  • platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
  • platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt:
  • platform/mac-wk2/tiled-drawing/visible-rect-content-inset-expected.txt:
Location:
trunk/LayoutTests
Files:
26 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LayoutTests/ChangeLog

    r183300 r183301  
     12015-04-24  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Track a coverage rect through GraphicsLayerCA flushes, use it to mark backing store attached
     4        https://bugs.webkit.org/show_bug.cgi?id=144165
     5
     6        Reviewed by Dean Jackson.
     7       
     8        New results for platform/mac-wk2/tiled-drawing tests that dump layer trees.
     9
     10        * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt:
     11        * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt:
     12        * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt:
     13        * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt:
     14        * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt:
     15        * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt:
     16        * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt:
     17        * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt:
     18        * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt:
     19        * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt:
     20        * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt:
     21        * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt:
     22        * platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt:
     23        * platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles-expected.txt:
     24        * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt:
     25        * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt:
     26        * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
     27        * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
     28        * platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt:
     29        * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt:
     30        * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration-expected.txt:
     31        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
     32        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
     33        * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt:
     34        * platform/mac-wk2/tiled-drawing/visible-rect-content-inset-expected.txt:
     35
    1362015-04-24  Simon Fraser  <simon.fraser@apple.com>
    237
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt

    r172832 r183301  
    6262  (bounds 2008.00 2326.00)
    6363  (visible rect 0.00, 0.00 785.00 x 585.00)
     64  (coverage rect 0.00, 0.00 785.00 x 585.00)
     65  (intersects coverage rect 1)
    6466  (contentsScale 1.00)
    6567  (children 1
     
    6870      (contentsOpaque 1)
    6971      (visible rect 0.00, 0.00 785.00 x 585.00)
     72      (coverage rect 0.00, 0.00 785.00 x 585.00)
     73      (intersects coverage rect 1)
    7074      (contentsScale 1.00)
    7175      (tile cache coverage 0, 0 2008 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt

    r180021 r183301  
    6363  (bounds 2008.00 2341.00)
    6464  (visible rect 0.00, 0.00 785.00 x 585.00)
     65  (coverage rect 0.00, 0.00 785.00 x 585.00)
     66  (intersects coverage rect 1)
    6567  (contentsScale 1.00)
    6668  (children 1
     
    6971      (contentsOpaque 1)
    7072      (visible rect 0.00, 0.00 785.00 x 585.00)
     73      (coverage rect 0.00, 0.00 785.00 x 585.00)
     74      (intersects coverage rect 1)
    7175      (contentsScale 1.00)
    7276      (tile cache coverage 0, 0 2008 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt

    r169700 r183301  
    6161  (bounds 2008.00 2311.00)
    6262  (visible rect 0.00, 70.00 785.00 x 585.00)
     63  (coverage rect 0.00, 70.00 785.00 x 585.00)
     64  (intersects coverage rect 1)
    6365  (contentsScale 1.00)
    6466  (children 1
     
    6769      (contentsOpaque 1)
    6870      (visible rect 0.00, 70.00 785.00 x 585.00)
     71      (coverage rect 0.00, 70.00 785.00 x 585.00)
     72      (intersects coverage rect 1)
    6973      (contentsScale 1.00)
    7074      (tile cache coverage 0, 0 2008 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt

    r180021 r183301  
    6262  (bounds 2008.00 2326.00)
    6363  (visible rect 0.00, 70.00 785.00 x 585.00)
     64  (coverage rect 0.00, 70.00 785.00 x 585.00)
     65  (intersects coverage rect 1)
    6466  (contentsScale 1.00)
    6567  (children 1
     
    6870      (contentsOpaque 1)
    6971      (visible rect 0.00, 70.00 785.00 x 585.00)
     72      (coverage rect 0.00, 70.00 785.00 x 585.00)
     73      (intersects coverage rect 1)
    7074      (contentsScale 1.00)
    7175      (tile cache coverage 0, 0 2008 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt

    r173523 r183301  
    1818  (bounds 785.00 2326.00)
    1919  (visible rect 0.00, 0.00 785.00 x 600.00)
     20  (coverage rect 0.00, 0.00 785.00 x 600.00)
     21  (intersects coverage rect 1)
    2022  (contentsScale 1.00)
    2123  (children 1
     
    2426      (contentsOpaque 1)
    2527      (visible rect 0.00, 0.00 785.00 x 600.00)
     28      (coverage rect 0.00, 0.00 785.00 x 600.00)
     29      (intersects coverage rect 1)
    2630      (contentsScale 1.00)
    2731      (tile cache coverage 0, 0 785 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt

    r173523 r183301  
    1919  (bounds 785.00 2341.00)
    2020  (visible rect 0.00, 0.00 785.00 x 600.00)
     21  (coverage rect 0.00, 0.00 785.00 x 600.00)
     22  (intersects coverage rect 1)
    2123  (contentsScale 1.00)
    2224  (children 1
     
    2527      (contentsOpaque 1)
    2628      (visible rect 0.00, 0.00 785.00 x 600.00)
     29      (coverage rect 0.00, 0.00 785.00 x 600.00)
     30      (intersects coverage rect 1)
    2731      (contentsScale 1.00)
    2832      (tile cache coverage 0, 0 785 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt

    r169700 r183301  
    1717  (bounds 785.00 2311.00)
    1818  (visible rect 0.00, 70.00 785.00 x 600.00)
     19  (coverage rect 0.00, 70.00 785.00 x 600.00)
     20  (intersects coverage rect 1)
    1921  (contentsScale 1.00)
    2022  (children 1
     
    2325      (contentsOpaque 1)
    2426      (visible rect 0.00, 70.00 785.00 x 600.00)
     27      (coverage rect 0.00, 70.00 785.00 x 600.00)
     28      (intersects coverage rect 1)
    2529      (contentsScale 1.00)
    2630      (tile cache coverage 0, 0 785 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt

    r180021 r183301  
    1818  (bounds 785.00 2326.00)
    1919  (visible rect 0.00, 70.00 785.00 x 600.00)
     20  (coverage rect 0.00, 70.00 785.00 x 600.00)
     21  (intersects coverage rect 1)
    2022  (contentsScale 1.00)
    2123  (children 1
     
    2426      (contentsOpaque 1)
    2527      (visible rect 0.00, 70.00 785.00 x 600.00)
     28      (coverage rect 0.00, 70.00 785.00 x 600.00)
     29      (intersects coverage rect 1)
    2630      (contentsScale 1.00)
    2731      (tile cache coverage 0, 0 785 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt

    r169700 r183301  
    1919  (bounds 2008.00 2311.00)
    2020  (visible rect 0.00, 70.00 785.00 x 585.00)
     21  (coverage rect 0.00, 70.00 785.00 x 585.00)
     22  (intersects coverage rect 1)
    2123  (contentsScale 1.00)
    2224  (children 1
     
    2527      (contentsOpaque 1)
    2628      (visible rect 0.00, 70.00 785.00 x 585.00)
     29      (coverage rect 0.00, 70.00 785.00 x 585.00)
     30      (intersects coverage rect 1)
    2731      (contentsScale 1.00)
    2832      (tile cache coverage 0, 0 2008 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt

    r180021 r183301  
    2020  (bounds 2008.00 2326.00)
    2121  (visible rect 0.00, 70.00 785.00 x 585.00)
     22  (coverage rect 0.00, 70.00 785.00 x 585.00)
     23  (intersects coverage rect 1)
    2224  (contentsScale 1.00)
    2325  (children 1
     
    2628      (contentsOpaque 1)
    2729      (visible rect 0.00, 70.00 785.00 x 585.00)
     30      (coverage rect 0.00, 70.00 785.00 x 585.00)
     31      (intersects coverage rect 1)
    2832      (contentsScale 1.00)
    2933      (tile cache coverage 0, 0 2008 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt

    r169700 r183301  
    2020  (bounds 2008.00 2326.00)
    2121  (visible rect 0.00, 0.00 785.00 x 585.00)
     22  (coverage rect 0.00, 0.00 785.00 x 585.00)
     23  (intersects coverage rect 1)
    2224  (contentsScale 1.00)
    2325  (children 1
     
    2628      (contentsOpaque 1)
    2729      (visible rect 0.00, 0.00 785.00 x 585.00)
     30      (coverage rect 0.00, 0.00 785.00 x 585.00)
     31      (intersects coverage rect 1)
    2832      (contentsScale 1.00)
    2933      (tile cache coverage 0, 0 2008 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt

    r180021 r183301  
    2121  (bounds 2008.00 2341.00)
    2222  (visible rect 0.00, 0.00 785.00 x 585.00)
     23  (coverage rect 0.00, 0.00 785.00 x 585.00)
     24  (intersects coverage rect 1)
    2325  (contentsScale 1.00)
    2426  (children 1
     
    2729      (contentsOpaque 1)
    2830      (visible rect 0.00, 0.00 785.00 x 585.00)
     31      (coverage rect 0.00, 0.00 785.00 x 585.00)
     32      (intersects coverage rect 1)
    2933      (contentsScale 1.00)
    3034      (tile cache coverage 0, 0 2008 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt

    r180441 r183301  
    3131  (bounds 1805.00 5108.00)
    3232  (visible rect 0.00, 0.00 785.00 x 585.00)
     33  (coverage rect 0.00, 0.00 785.00 x 585.00)
     34  (intersects coverage rect 1)
    3335  (contentsScale 1.00)
    3436  (children 1
     
    3941      (transform [2.30 0.00 0.00 0.00] [0.00 2.30 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00])
    4042      (visible rect 0.00, 0.00 341.30 x 254.35)
     43      (coverage rect 0.00, 0.00 785.00 x 585.00)
     44      (intersects coverage rect 1)
    4145      (contentsScale 2.30)
    4246      (tile cache coverage 0, 0 445 x 445)
     
    4953          (drawsContent 1)
    5054          (visible rect 4.00, 4.00 341.30 x 78.00)
     55          (coverage rect 4.00, 4.00 785.00 x 585.00)
     56          (intersects coverage rect 1)
    5157          (contentsScale 2.30)
    5258        )
     
    5662          (drawsContent 1)
    5763          (visible rect 0.00, 0.00 182.00 x 58.35)
     64          (coverage rect -6.00, -196.00 785.00 x 585.00)
     65          (intersects coverage rect 1)
    5866          (contentsScale 2.30)
    5967        )
     
    6371          (drawsContent 1)
    6472          (visible rect 0.00, 0.00 0.00 x 0.00)
     73          (coverage rect -597.00, -196.00 785.00 x 585.00)
     74          (intersects coverage rect 1)
    6575          (contentsScale 2.30)
    6676        )
     
    7080          (drawsContent 1)
    7181          (visible rect 0.00, 0.00 0.00 x 0.00)
     82          (coverage rect 4.00, -497.00 785.00 x 585.00)
     83          (intersects coverage rect 1)
    7284          (contentsScale 2.30)
    7385        )
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles-expected.txt

    r168244 r183301  
    33  (bounds 1208.00 2021.00)
    44  (visible rect 0.00, 0.00 785.00 x 585.00)
     5  (coverage rect 0.00, 0.00 785.00 x 585.00)
     6  (intersects coverage rect 1)
    57  (contentsScale 1.00)
    68  (children 1
     
    911      (contentsOpaque 1)
    1012      (visible rect 0.00, 0.00 785.00 x 585.00)
     13      (coverage rect 0.00, 0.00 785.00 x 585.00)
     14      (intersects coverage rect 1)
    1115      (contentsScale 1.00)
    1216      (tile cache coverage -512, -512 2048 x 2048)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt

    r180441 r183301  
    33  (bounds 785.00 5021.00)
    44  (visible rect 0.00, 3000.00 785.00 x 600.00)
     5  (coverage rect 0.00, 3000.00 785.00 x 600.00)
     6  (intersects coverage rect 1)
    57  (contentsScale 1.00)
    68  (children 1
     
    911      (contentsOpaque 1)
    1012      (visible rect 0.00, 3000.00 785.00 x 600.00)
     13      (coverage rect 0.00, 3000.00 785.00 x 600.00)
     14      (intersects coverage rect 1)
    1115      (contentsScale 1.00)
    1216      (tile cache coverage 0, 2560 785 x 1536)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt

    r180441 r183301  
    33  (bounds 785.00 5021.00)
    44  (visible rect 0.00, 3000.00 785.00 x 600.00)
     5  (coverage rect 0.00, 3000.00 785.00 x 600.00)
     6  (intersects coverage rect 1)
    57  (contentsScale 1.00)
    68  (children 1
     
    911      (contentsOpaque 1)
    1012      (visible rect 0.00, 3000.00 785.00 x 600.00)
     13      (coverage rect 0.00, 3000.00 785.00 x 600.00)
     14      (intersects coverage rect 1)
    1115      (contentsScale 1.00)
    1216      (tile cache coverage 0, 2560 785 x 1536)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt

    r180441 r183301  
    33  (bounds 785.00 5021.00)
    44  (visible rect 0.00, 4421.00 785.00 x 600.00)
     5  (coverage rect 0.00, 4421.00 785.00 x 600.00)
     6  (intersects coverage rect 1)
    57  (contentsScale 1.00)
    68  (children 1
     
    911      (contentsOpaque 1)
    1012      (visible rect 0.00, 4421.00 785.00 x 600.00)
     13      (coverage rect 0.00, 4421.00 785.00 x 600.00)
     14      (intersects coverage rect 1)
    1115      (contentsScale 1.00)
    1216      (tile cache coverage 0, 4096 785 x 925)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt

    r168244 r183301  
    33  (bounds 800.00 600.00)
    44  (visible rect 0.00, 0.00 800.00 x 600.00)
     5  (coverage rect 0.00, 0.00 800.00 x 600.00)
     6  (intersects coverage rect 1)
    57  (contentsScale 1.00)
    68  (children 1
     
    911      (contentsOpaque 1)
    1012      (visible rect 0.00, 0.00 800.00 x 600.00)
     13      (coverage rect 0.00, 0.00 800.00 x 600.00)
     14      (intersects coverage rect 1)
    1115      (contentsScale 1.00)
    1216      (tile cache coverage 0, 0 800 x 600)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt

    r180441 r183301  
    33  (bounds 785.00 5021.00)
    44  (visible rect 0.00, 0.00 785.00 x 600.00)
     5  (coverage rect 0.00, 0.00 785.00 x 600.00)
     6  (intersects coverage rect 1)
    57  (contentsScale 1.00)
    68  (children 1
     
    911      (contentsOpaque 1)
    1012      (visible rect 0.00, 0.00 785.00 x 600.00)
     13      (coverage rect 0.00, 0.00 785.00 x 600.00)
     14      (intersects coverage rect 1)
    1115      (contentsScale 1.00)
    1216      (tile cache coverage 0, 0 785 x 1024)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt

    r180441 r183301  
    33  (bounds 1334.00 994.00)
    44  (visible rect 0.00, 0.00 785.00 x 585.00)
     5  (coverage rect 0.00, 0.00 785.00 x 585.00)
     6  (intersects coverage rect 1)
    57  (contentsScale 1.00)
    68  (children 1
     
    1113      (transform [1.70 0.00 0.00 0.00] [0.00 1.70 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00])
    1214      (visible rect 0.00, 0.00 461.76 x 344.12)
     15      (coverage rect 0.00, 0.00 785.00 x 585.00)
     16      (intersects coverage rect 1)
    1317      (contentsScale 1.70)
    1418      (tile cache coverage 0, 0 602 x 584)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration-expected.txt

    r168244 r183301  
    55  (bounds 5008.00 5016.00)
    66  (visible rect 1000.00, 1000.00 785.00 x 585.00)
     7  (coverage rect 1000.00, 1000.00 785.00 x 585.00)
     8  (intersects coverage rect 1)
    79  (contentsScale 1.00)
    810  (children 1
     
    1113      (contentsOpaque 1)
    1214      (visible rect 1000.00, 1000.00 785.00 x 585.00)
     15      (coverage rect 1000.00, 1000.00 785.00 x 585.00)
     16      (intersects coverage rect 1)
    1317      (contentsScale 1.00)
    1418      (tile cache coverage 512, 0 2048 x 2560)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt

    r180441 r183301  
    33  (bounds 1805.00 1345.00)
    44  (visible rect 0.00, 0.00 785.00 x 585.00)
     5  (coverage rect 0.00, 0.00 785.00 x 585.00)
     6  (intersects coverage rect 1)
    57  (contentsScale 1.00)
    68  (children 1
     
    1113      (transform [2.30 0.00 0.00 0.00] [0.00 2.30 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00])
    1214      (visible rect 0.00, 0.00 341.30 x 254.35)
     15      (coverage rect 0.00, 0.00 785.00 x 585.00)
     16      (intersects coverage rect 1)
    1317      (contentsScale 2.30)
    1418      (tile cache coverage 0, 0 445 x 445)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt

    r180441 r183301  
    33  (bounds 2778.00 4648.00)
    44  (visible rect 1840.00, 2300.00 785.00 x 585.00)
     5  (coverage rect 1840.00, 2300.00 785.00 x 585.00)
     6  (intersects coverage rect 1)
    57  (contentsScale 1.00)
    68  (children 1
     
    1113      (transform [2.30 0.00 0.00 0.00] [0.00 2.30 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00])
    1214      (visible rect 800.00, 1000.00 341.30 x 254.35)
     15      (coverage rect 1840.00, 2300.00 785.00 x 585.00)
     16      (intersects coverage rect 0)
    1317      (contentsScale 2.30)
    1418      (tile cache coverage 667, 890 540 x 445)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt

    r168244 r183301  
    33  (bounds 1208.00 2021.00)
    44  (visible rect 0.00, 0.00 785.00 x 585.00)
     5  (coverage rect 0.00, 0.00 785.00 x 585.00)
     6  (intersects coverage rect 1)
    57  (contentsScale 1.00)
    68  (children 1
     
    911      (contentsOpaque 1)
    1012      (visible rect 0.00, 0.00 785.00 x 585.00)
     13      (coverage rect 0.00, 0.00 785.00 x 585.00)
     14      (intersects coverage rect 1)
    1115      (contentsScale 1.00)
    1216      (tile cache coverage 0, 0 1024 x 1024)
  • TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/visible-rect-content-inset-expected.txt

    r170597 r183301  
    44  (bounds 800.00 500.00)
    55  (visible rect 0.00, 0.00 800.00 x 500.00)
     6  (coverage rect 0.00, 0.00 800.00 x 500.00)
     7  (intersects coverage rect 1)
    68  (contentsScale 1.00)
    79  (children 1
     
    1012      (contentsOpaque 1)
    1113      (visible rect 0.00, 0.00 800.00 x 500.00)
     14      (coverage rect 0.00, 0.00 800.00 x 500.00)
     15      (intersects coverage rect 1)
    1216      (contentsScale 1.00)
    1317      (tile cache coverage 0, 0 800 x 500)
Note: See TracChangeset for help on using the changeset viewer.