Changeset 236428 in webkit


Ignore:
Timestamp:
Sep 24, 2018 1:49:25 PM (6 years ago)
Author:
Simon Fraser
Message:

Update some test results under compositing/overflow
https://bugs.webkit.org/show_bug.cgi?id=189857

Reviewed by Tim Horton.

Unskip some tests under compositing/overflow, and land new macOS and iOS expectations.

  • compositing/overflow/overflow-auto-with-touch-expected.txt:
  • compositing/overflow/overflow-overlay-with-touch-expected.txt:
  • compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
  • compositing/overflow/scrolling-without-painting-expected.txt:
  • compositing/overflow/textarea-scroll-touch-expected.txt:
  • compositing/overflow/updating-scrolling-content-expected.txt:
  • platform/ios-simulator-wk2/TestExpectations:
  • platform/ios/TestExpectations:
  • platform/ios/compositing/overflow/nested-scrolling-expected.txt:
  • platform/ios/compositing/overflow/overflow-auto-with-touch-expected.txt: Copied from LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt.
  • platform/ios/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Copied from LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt.
  • platform/ios/compositing/overflow/overflow-overlay-with-touch-expected.txt: Copied from LayoutTests/compositing/overflow/overflow-overlay-with-touch-expected.txt.
  • platform/ios/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt.
  • platform/ios/compositing/overflow/scrolling-without-painting-expected.txt: Copied from LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt.
  • platform/ios/compositing/overflow/textarea-scroll-touch-expected.txt: Copied from LayoutTests/compositing/overflow/textarea-scroll-touch-expected.txt.
  • platform/ios/compositing/overflow/updating-scrolling-content-expected.txt: Copied from LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt.
  • platform/mac/TestExpectations:
  • platform/mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
Location:
trunk/LayoutTests
Files:
3 added
11 edited
4 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r236426 r236428  
     12018-09-24  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Update some test results under compositing/overflow
     4        https://bugs.webkit.org/show_bug.cgi?id=189857
     5
     6        Reviewed by Tim Horton.
     7       
     8        Unskip some tests under compositing/overflow, and land new macOS and iOS expectations.
     9
     10        * compositing/overflow/overflow-auto-with-touch-expected.txt:
     11        * compositing/overflow/overflow-overlay-with-touch-expected.txt:
     12        * compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
     13        * compositing/overflow/scrolling-without-painting-expected.txt:
     14        * compositing/overflow/textarea-scroll-touch-expected.txt:
     15        * compositing/overflow/updating-scrolling-content-expected.txt:
     16        * platform/ios-simulator-wk2/TestExpectations:
     17        * platform/ios/TestExpectations:
     18        * platform/ios/compositing/overflow/nested-scrolling-expected.txt:
     19        * platform/ios/compositing/overflow/overflow-auto-with-touch-expected.txt: Copied from LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt.
     20        * platform/ios/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Copied from LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt.
     21        * platform/ios/compositing/overflow/overflow-overlay-with-touch-expected.txt: Copied from LayoutTests/compositing/overflow/overflow-overlay-with-touch-expected.txt.
     22        * platform/ios/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt.
     23        * platform/ios/compositing/overflow/scrolling-without-painting-expected.txt: Copied from LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt.
     24        * platform/ios/compositing/overflow/textarea-scroll-touch-expected.txt: Copied from LayoutTests/compositing/overflow/textarea-scroll-touch-expected.txt.
     25        * platform/ios/compositing/overflow/updating-scrolling-content-expected.txt: Copied from LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt.
     26        * platform/mac/TestExpectations:
     27        * platform/mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
     28
    1292018-09-24  Truitt Savell  <tsavell@apple.com>
    230
  • trunk/LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt

    r141634 r236428  
    1 (GraphicsLayer
    2   (bounds 800.00 600.00)
    3   (children 1
    4     (GraphicsLayer
    5       (bounds 800.00 600.00)
    6       (contentsOpaque 1)
    7       (children 1
    8         (GraphicsLayer
    9           (position 8.00 8.00)
    10           (bounds 300.00 300.00)
    11           (children 4
    12             (GraphicsLayer
    13               (bounds 300.00 300.00)
    14               (children 1
    15                 (GraphicsLayer
    16                   (bounds 1000.00 1000.00)
    17                   (drawsContent 1)
    18                 )
    19               )
    20             )
    21             (GraphicsLayer
    22               (position 0.00 285.00)
    23               (bounds 285.00 15.00)
    24               (drawsContent 1)
    25             )
    26             (GraphicsLayer
    27               (position 285.00 0.00)
    28               (bounds 15.00 285.00)
    29               (drawsContent 1)
    30             )
    31             (GraphicsLayer
    32               (position 285.00 285.00)
    33               (bounds 15.00 15.00)
    34               (drawsContent 1)
    35             )
    36           )
    37         )
    38       )
    39     )
    40   )
    41 )
    421
  • trunk/LayoutTests/compositing/overflow/overflow-overlay-with-touch-expected.txt

    r141634 r236428  
    1 (GraphicsLayer
    2   (bounds 800.00 600.00)
    3   (children 1
    4     (GraphicsLayer
    5       (bounds 800.00 600.00)
    6       (contentsOpaque 1)
    7       (children 1
    8         (GraphicsLayer
    9           (position 8.00 8.00)
    10           (bounds 300.00 300.00)
    11           (children 4
    12             (GraphicsLayer
    13               (bounds 300.00 300.00)
    14               (children 1
    15                 (GraphicsLayer
    16                   (bounds 1000.00 1000.00)
    17                   (drawsContent 1)
    18                 )
    19               )
    20             )
    21             (GraphicsLayer
    22               (position 0.00 285.00)
    23               (bounds 285.00 15.00)
    24               (drawsContent 1)
    25             )
    26             (GraphicsLayer
    27               (position 285.00 0.00)
    28               (bounds 15.00 285.00)
    29               (drawsContent 1)
    30             )
    31             (GraphicsLayer
    32               (position 285.00 285.00)
    33               (bounds 15.00 15.00)
    34               (drawsContent 1)
    35             )
    36           )
    37         )
    38       )
    39     )
    40   )
    41 )
    421
  • trunk/LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt

    r141634 r236428  
    1 (GraphicsLayer
    2   (bounds 800.00 600.00)
    3   (children 1
    4     (GraphicsLayer
    5       (bounds 800.00 600.00)
    6       (contentsOpaque 1)
    7       (children 1
    8         (GraphicsLayer
    9           (bounds 320.00 340.00)
    10           (children 4
    11             (GraphicsLayer
    12               (bounds 320.00 340.00)
    13               (children 1
    14                 (GraphicsLayer
    15                   (bounds 305.00 1224.00)
    16                   (drawsContent 1)
    17                 )
    18               )
    19             )
    20             (GraphicsLayer
    21               (position 0.00 325.00)
    22               (bounds 305.00 15.00)
    23               (drawsContent 1)
    24             )
    25             (GraphicsLayer
    26               (position 305.00 0.00)
    27               (bounds 15.00 325.00)
    28               (drawsContent 1)
    29             )
    30             (GraphicsLayer
    31               (position 305.00 325.00)
    32               (bounds 15.00 15.00)
    33               (drawsContent 1)
    34             )
    35           )
    36         )
    37       )
    38     )
    39   )
    40 )
    411
  • trunk/LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt

    r141634 r236428  
    1 (GraphicsLayer
    2   (bounds 800.00 600.00)
    3   (children 1
    4     (GraphicsLayer
    5       (bounds 800.00 600.00)
    6       (contentsOpaque 1)
    7       (children 1
    8         (GraphicsLayer
    9           (position 8.00 8.00)
    10           (bounds 202.00 202.00)
    11           (drawsContent 1)
    12           (children 4
    13             (GraphicsLayer
    14               (position 1.00 1.00)
    15               (bounds 200.00 200.00)
    16               (children 1
    17                 (GraphicsLayer
    18                   (position 0.00 -25.00)
    19                   (bounds 185.00 1025.00)
    20                   (drawsContent 1)
    21                 )
    22               )
    23             )
    24             (GraphicsLayer
    25               (position 1.00 186.00)
    26               (bounds 185.00 15.00)
    27               (drawsContent 1)
    28             )
    29             (GraphicsLayer
    30               (position 186.00 1.00)
    31               (bounds 15.00 185.00)
    32               (drawsContent 1)
    33               (repaint rects
    34                 (rect 0.00 0.00 15.00 185.00)
    35               )
    36             )
    37             (GraphicsLayer
    38               (position 186.00 186.00)
    39               (bounds 15.00 15.00)
    40               (drawsContent 1)
    41             )
    42           )
    43         )
    44       )
    45     )
    46   )
     1(repaint rects
     2  (rect 8 8 202 202)
     3  (rect 194 9 15 20)
     4  (rect 194 13 15 33)
     5  (rect 194 29 15 165)
    476)
    487
  • trunk/LayoutTests/compositing/overflow/textarea-scroll-touch-expected.txt

    r146531 r236428  
    11 
    2 (GraphicsLayer
    3   (bounds 800.00 600.00)
    4   (children 1
    5     (GraphicsLayer
    6       (bounds 800.00 600.00)
    7       (contentsOpaque 1)
    8       (children 2
    9         (GraphicsLayer
    10           (position 18.00 18.00)
    11           (bounds 206.00 126.00)
    12           (contentsOpaque 1)
    13           (drawsContent 1)
    14           (children 3
    15             (GraphicsLayer
    16               (position 1.00 1.00)
    17               (bounds 204.00 124.00)
    18               (children 1
    19                 (GraphicsLayer
    20                   (position 0.00 -50.00)
    21                   (bounds 189.00 328.00)
    22                   (drawsContent 1)
    23                 )
    24               )
    25             )
    26             (GraphicsLayer
    27               (position 190.00 1.00)
    28               (bounds 15.00 109.00)
    29               (drawsContent 1)
    30             )
    31             (GraphicsLayer
    32               (position 190.00 110.00)
    33               (bounds 15.00 15.00)
    34               (drawsContent 1)
    35             )
    36           )
    37         )
    38         (GraphicsLayer
    39           (position 248.00 18.00)
    40           (bounds 206.00 126.00)
    41           (contentsOpaque 1)
    42           (drawsContent 1)
    43           (children 3
    44             (GraphicsLayer
    45               (position 1.00 1.00)
    46               (bounds 204.00 124.00)
    47               (children 1
    48                 (GraphicsLayer
    49                   (position 0.00 -50.00)
    50                   (bounds 189.00 328.00)
    51                   (drawsContent 1)
    52                 )
    53               )
    54             )
    55             (GraphicsLayer
    56               (position 190.00 1.00)
    57               (bounds 15.00 109.00)
    58               (drawsContent 1)
    59             )
    60             (GraphicsLayer
    61               (position 190.00 110.00)
    62               (bounds 15.00 15.00)
    63               (drawsContent 1)
    64             )
    65           )
    66         )
    67       )
    68     )
    69   )
    70 )
    712
  • trunk/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt

    r141634 r236428  
    1 (GraphicsLayer
    2   (bounds 800.00 600.00)
    3   (children 1
    4     (GraphicsLayer
    5       (bounds 800.00 600.00)
    6       (contentsOpaque 1)
    7       (children 1
    8         (GraphicsLayer
    9           (position 8.00 8.00)
    10           (bounds 200.00 200.00)
    11           (children 4
    12             (GraphicsLayer
    13               (bounds 200.00 200.00)
    14               (children 1
    15                 (GraphicsLayer
    16                   (bounds 185.00 1200.00)
    17                   (drawsContent 1)
    18                   (repaint rects
    19                     (rect 0.00 0.00 185.00 200.00)
    20                     (rect 0.00 0.00 185.00 200.00)
    21                     (rect 0.00 0.00 185.00 200.00)
    22                   )
    23                 )
    24               )
    25             )
    26             (GraphicsLayer
    27               (position 0.00 185.00)
    28               (bounds 185.00 15.00)
    29               (drawsContent 1)
    30             )
    31             (GraphicsLayer
    32               (position 185.00 0.00)
    33               (bounds 15.00 185.00)
    34               (drawsContent 1)
    35               (repaint rects
    36                 (rect 0.00 0.00 15.00 185.00)
    37               )
    38             )
    39             (GraphicsLayer
    40               (position 185.00 185.00)
    41               (bounds 15.00 15.00)
    42               (drawsContent 1)
    43             )
    44           )
    45         )
    46       )
    47     )
    48   )
     1(repaint rects
     2  (rect 8 8 200 200)
     3  (rect 193 8 15 14)
     4  (rect 193 8 15 29)
     5  (rect 193 22 15 171)
    496)
    507
  • trunk/LayoutTests/platform/ios/TestExpectations

    r236426 r236428  
    19891989fast/events/message-port-inactive-document.html
    19901990
    1991 # <rdar://problem/19551640> ASSERT([_overflowScrollViews containsObject:view] || [_overflowScrollViewsPendingInsertion containsObject:view]) fails in UIWebBrowserView.m
    1992 compositing/overflow/iframe-inside-overflow-clipping.html
    1993 compositing/overflow/nested-scrolling.html
    1994 compositing/overflow/overflow-auto-with-touch-toggle.html
    1995 compositing/overflow/overflow-auto-with-touch.html
    1996 compositing/overflow/overflow-overlay-with-touch.html
    1997 compositing/overflow/remove-overflow-crash.html
    1998 compositing/overflow/scrolling-content-clip-to-viewport.html
    1999 compositing/overflow/scrolling-without-painting.html
    2000 compositing/overflow/textarea-scroll-touch.html
    2001 compositing/overflow/updating-scrolling-content.html
    2002 
    20031991# Failures as of 01/16/2015:
    20041992http/tests/misc/favicon-as-image.html [ Failure ]
  • trunk/LayoutTests/platform/ios/compositing/overflow/nested-scrolling-expected.txt

    r174488 r236428  
    3737        text run at (0,106) width 688: "nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim"
    3838        text run at (0,139) width 96: "id est laborum."
    39 layer at (19,471) size 602x402 backgroundClip at (19,471) size 602x358 clip at (20,472) size 600x357 outlineClip at (9,29) size 700x800 scrollHeight 442
     39layer at (19,471) size 602x402 backgroundClip at (19,471) size 602x358 clip at (20,472) size 600x357 scrollHeight 442
    4040  RenderBlock {DIV} at (11,443) size 602x402 [border: (1px solid #000000)]
    4141    RenderBlock {P} at (1,17) size 600x165
  • trunk/LayoutTests/platform/ios/compositing/overflow/overflow-auto-with-touch-expected.txt

    r236427 r236428  
    11(GraphicsLayer
     2  (anchor 0.00 0.00)
    23  (bounds 800.00 600.00)
    34  (children 1
     
    910          (position 8.00 8.00)
    1011          (bounds 300.00 300.00)
    11           (children 4
     12          (children 1
    1213            (GraphicsLayer
    1314              (bounds 300.00 300.00)
     
    1920              )
    2021            )
    21             (GraphicsLayer
    22               (position 0.00 285.00)
    23               (bounds 285.00 15.00)
    24               (drawsContent 1)
    25             )
    26             (GraphicsLayer
    27               (position 285.00 0.00)
    28               (bounds 15.00 285.00)
    29               (drawsContent 1)
    30             )
    31             (GraphicsLayer
    32               (position 285.00 285.00)
    33               (bounds 15.00 15.00)
    34               (drawsContent 1)
    35             )
    3622          )
    3723        )
  • trunk/LayoutTests/platform/ios/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt

    r236427 r236428  
    11(GraphicsLayer
     2  (anchor 0.00 0.00)
    23  (bounds 800.00 600.00)
    34  (children 1
     
    910          (position 8.00 8.00)
    1011          (bounds 300.00 300.00)
    11           (children 4
     12          (children 1
    1213            (GraphicsLayer
    1314              (bounds 300.00 300.00)
     
    1920              )
    2021            )
    21             (GraphicsLayer
    22               (position 0.00 285.00)
    23               (bounds 285.00 15.00)
    24               (drawsContent 1)
    25             )
    26             (GraphicsLayer
    27               (position 285.00 0.00)
    28               (bounds 15.00 285.00)
    29               (drawsContent 1)
    30             )
    31             (GraphicsLayer
    32               (position 285.00 285.00)
    33               (bounds 15.00 15.00)
    34               (drawsContent 1)
    35             )
    3622          )
    3723        )
  • trunk/LayoutTests/platform/ios/compositing/overflow/overflow-overlay-with-touch-expected.txt

    r236427 r236428  
    11(GraphicsLayer
     2  (anchor 0.00 0.00)
    23  (bounds 800.00 600.00)
    34  (children 1
     
    910          (position 8.00 8.00)
    1011          (bounds 300.00 300.00)
    11           (children 4
     12          (children 1
    1213            (GraphicsLayer
    1314              (bounds 300.00 300.00)
     
    1920              )
    2021            )
    21             (GraphicsLayer
    22               (position 0.00 285.00)
    23               (bounds 285.00 15.00)
    24               (drawsContent 1)
    25             )
    26             (GraphicsLayer
    27               (position 285.00 0.00)
    28               (bounds 15.00 285.00)
    29               (drawsContent 1)
    30             )
    31             (GraphicsLayer
    32               (position 285.00 285.00)
    33               (bounds 15.00 15.00)
    34               (drawsContent 1)
    35             )
    3622          )
    3723        )
  • trunk/LayoutTests/platform/ios/compositing/overflow/textarea-scroll-touch-expected.txt

    r236427 r236428  
    11 
    22(GraphicsLayer
     3  (anchor 0.00 0.00)
    34  (bounds 800.00 600.00)
    45  (children 1
     
    1011          (position 18.00 18.00)
    1112          (bounds 206.00 126.00)
    12           (contentsOpaque 1)
    1313          (drawsContent 1)
    14           (children 3
     14          (children 1
    1515            (GraphicsLayer
     16              (offsetFromRenderer width=-1 height=-1)
    1617              (position 1.00 1.00)
     18              (bounds origin 0.00 50.00)
    1719              (bounds 204.00 124.00)
    1820              (children 1
    1921                (GraphicsLayer
    20                   (position 0.00 -50.00)
    21                   (bounds 189.00 328.00)
     22                  (offsetFromRenderer width=1 height=-49)
     23                  (bounds 204.00 270.00)
    2224                  (drawsContent 1)
    2325                )
    2426              )
    25             )
    26             (GraphicsLayer
    27               (position 190.00 1.00)
    28               (bounds 15.00 109.00)
    29               (drawsContent 1)
    30             )
    31             (GraphicsLayer
    32               (position 190.00 110.00)
    33               (bounds 15.00 15.00)
    34               (drawsContent 1)
    3527            )
    3628          )
     
    3931          (position 248.00 18.00)
    4032          (bounds 206.00 126.00)
    41           (contentsOpaque 1)
     33          (opacity 0.40)
    4234          (drawsContent 1)
    43           (children 3
     35          (children 1
    4436            (GraphicsLayer
     37              (offsetFromRenderer width=-1 height=-1)
    4538              (position 1.00 1.00)
     39              (bounds origin 0.00 50.00)
    4640              (bounds 204.00 124.00)
    4741              (children 1
    4842                (GraphicsLayer
    49                   (position 0.00 -50.00)
    50                   (bounds 189.00 328.00)
     43                  (offsetFromRenderer width=1 height=-49)
     44                  (bounds 204.00 270.00)
    5145                  (drawsContent 1)
    5246                )
    5347              )
    54             )
    55             (GraphicsLayer
    56               (position 190.00 1.00)
    57               (bounds 15.00 109.00)
    58               (drawsContent 1)
    59             )
    60             (GraphicsLayer
    61               (position 190.00 110.00)
    62               (bounds 15.00 15.00)
    63               (drawsContent 1)
    6448            )
    6549          )
  • trunk/LayoutTests/platform/mac/TestExpectations

    r236402 r236428  
    347347# <rdar://problem/11187491> storage/websql/quota-tracking.html is failing on Mountain Lion
    348348storage/websql/quota-tracking.html
    349 
    350 # https://bugs.webkit.org/show_bug.cgi?id=95009
    351 compositing/overflow/overflow-auto-with-touch.html [ Failure ]
    352 compositing/overflow/overflow-overlay-with-touch.html [ Failure ]
    353 compositing/overflow/scrolling-content-clip-to-viewport.html [ Failure ]
    354 compositing/overflow/textarea-scroll-touch.html [ Failure ]
    355 compositing/overflow/updating-scrolling-content.html [ Failure ]
    356 compositing/overflow/scrolling-without-painting.html [ Failure ]
    357349
    358350# <rdar://problem/11229810> SVG square caps on zero-length paths draw incorrectly on Mountain Lion
  • trunk/LayoutTests/platform/mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt

    r169229 r236428  
    55    GraphicsLayerPaintBackground
    66    GraphicsLayerPaintForeground
    7     GraphicsLayerPaintMask
    8   )
     7    )
    98  (children 1
    109    (GraphicsLayer
     
    1413        GraphicsLayerPaintBackground
    1514        GraphicsLayerPaintForeground
    16         GraphicsLayerPaintMask
    17       )
     15        )
    1816      (children 1
    1917        (GraphicsLayer
     
    2321          (paintingPhases
    2422            GraphicsLayerPaintBackground
    25             GraphicsLayerPaintMask
    2623            GraphicsLayerPaintCompositedScroll
    27           )
     24            )
    2825          (children 4
    2926            (GraphicsLayer
     27              (offsetFromRenderer width=-1 height=-1)
    3028              (position 1.00 1.00)
    3129              (bounds 185.00 185.00)
     
    3331                GraphicsLayerPaintBackground
    3432                GraphicsLayerPaintForeground
    35                 GraphicsLayerPaintMask
    36               )
     33                )
    3734              (children 1
    3835                (GraphicsLayer
     36                  (offsetFromRenderer width=1 height=1)
    3937                  (bounds 185.00 715.00)
    4038                  (drawsContent 1)
     
    4240                    GraphicsLayerPaintOverflowContents
    4341                    GraphicsLayerPaintCompositedScroll
    44                   )
     42                    )
    4543                  (children 2
    4644                    (GraphicsLayer
     
    5149                        GraphicsLayerPaintBackground
    5250                        GraphicsLayerPaintForeground
    53                         GraphicsLayerPaintMask
    54                       )
     51                        )
    5552                    )
    5653                    (GraphicsLayer
     54                      (offsetFromRenderer width=1 height=1)
    5755                      (bounds 185.00 715.00)
    5856                      (drawsContent 1)
    5957                      (paintingPhases
    6058                        GraphicsLayerPaintForeground
    61                       )
     59                        )
    6260                    )
    6361                  )
     
    7270                GraphicsLayerPaintBackground
    7371                GraphicsLayerPaintForeground
    74                 GraphicsLayerPaintMask
    75               )
     72                )
    7673            )
    7774            (GraphicsLayer
     
    8279                GraphicsLayerPaintBackground
    8380                GraphicsLayerPaintForeground
    84                 GraphicsLayerPaintMask
    85               )
     81                )
    8682            )
    8783            (GraphicsLayer
     
    9288                GraphicsLayerPaintBackground
    9389                GraphicsLayerPaintForeground
    94                 GraphicsLayerPaintMask
    95               )
     90                )
    9691            )
    9792          )
Note: See TracChangeset for help on using the changeset viewer.