Changeset 240505 in webkit


Ignore:
Timestamp:
Jan 25, 2019 1:56:20 PM (5 years ago)
Author:
Simon Fraser
Message:

Move more scrolling tree tests into scrollingcoordinator/scrolling-tree
https://bugs.webkit.org/show_bug.cgi?id=193845

Reviewed by Tim Horton.

Gather more tests of the scrolling tree into scrollingcoordinator/scrolling-tree.

  • platform/gtk/TestExpectations:
  • platform/ios-wk1/fast/scrolling/scrolling-tree-includes-frame-expected.txt: Removed.
  • platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-expected.txt: Added.
  • platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor-expected.txt: Copied from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt.
  • platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-in-fixed-expected.txt: Added.
  • platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-lose-scrolling-ancestor-expected.txt: Added.
  • platform/ios-wk2/scrollingcoordinator/scrolling-tree/remove-coordinated-frame-expected.txt: Renamed from LayoutTests/platform/ios/fast/scrolling/scrolling-tree-includes-frame-expected.txt.
  • platform/ios-wk2/scrollingcoordinator/scrolling-tree/scrolling-tree-includes-frame-expected.txt: Renamed from LayoutTests/platform/ios-wk2/fast/scrolling/scrolling-tree-includes-frame-expected.txt.
  • platform/mac-wk1/fast/scrolling/scrolling-tree-includes-frame-expected.txt: Removed.
  • platform/win/TestExpectations:
  • scrollingcoordinator/scrolling-tree/coordinated-frame-expected.txt: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt.
  • scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor-expected.txt: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt.
  • scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor.html: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor.html.
  • scrollingcoordinator/scrolling-tree/coordinated-frame-in-fixed-expected.txt: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt.
  • scrollingcoordinator/scrolling-tree/coordinated-frame-in-fixed.html: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed.html.
  • scrollingcoordinator/scrolling-tree/coordinated-frame-lose-scrolling-ancestor-expected.txt: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt.
  • scrollingcoordinator/scrolling-tree/coordinated-frame-lose-scrolling-ancestor.html: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor.html.
  • scrollingcoordinator/scrolling-tree/coordinated-frame.html: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame.html.
  • scrollingcoordinator/scrolling-tree/remove-coordinated-frame-expected.txt: Renamed from LayoutTests/tiled-drawing/scrolling/frames/remove-coordinated-frame-expected.txt.
  • scrollingcoordinator/scrolling-tree/remove-coordinated-frame.html: Renamed from LayoutTests/tiled-drawing/scrolling/frames/remove-coordinated-frame.html.
  • scrollingcoordinator/scrolling-tree/remove-scrolling-role-expected.txt: Renamed from LayoutTests/fast/scrolling/ios/remove-scrolling-role-expected.txt.
  • scrollingcoordinator/scrolling-tree/remove-scrolling-role.html: Renamed from LayoutTests/fast/scrolling/ios/remove-scrolling-role.html.
  • scrollingcoordinator/scrolling-tree/resources/doc-with-sticky.html: Renamed from LayoutTests/tiled-drawing/scrolling/frames/resources/doc-with-sticky.html.
  • scrollingcoordinator/scrolling-tree/scrolling-tree-includes-frame-expected.txt: Renamed from LayoutTests/fast/scrolling/scrolling-tree-includes-frame-expected.txt.
  • scrollingcoordinator/scrolling-tree/scrolling-tree-includes-frame.html: Renamed from LayoutTests/fast/scrolling/scrolling-tree-includes-frame.html.
Location:
trunk/LayoutTests
Files:
4 added
2 deleted
3 edited
1 copied
17 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r240504 r240505  
     12019-01-25  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Move more scrolling tree tests into scrollingcoordinator/scrolling-tree
     4        https://bugs.webkit.org/show_bug.cgi?id=193845
     5
     6        Reviewed by Tim Horton.
     7
     8        Gather more tests of the scrolling tree into scrollingcoordinator/scrolling-tree.
     9
     10        * platform/gtk/TestExpectations:
     11        * platform/ios-wk1/fast/scrolling/scrolling-tree-includes-frame-expected.txt: Removed.
     12        * platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-expected.txt: Added.
     13        * platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor-expected.txt: Copied from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt.
     14        * platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-in-fixed-expected.txt: Added.
     15        * platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-lose-scrolling-ancestor-expected.txt: Added.
     16        * platform/ios-wk2/scrollingcoordinator/scrolling-tree/remove-coordinated-frame-expected.txt: Renamed from LayoutTests/platform/ios/fast/scrolling/scrolling-tree-includes-frame-expected.txt.
     17        * platform/ios-wk2/scrollingcoordinator/scrolling-tree/scrolling-tree-includes-frame-expected.txt: Renamed from LayoutTests/platform/ios-wk2/fast/scrolling/scrolling-tree-includes-frame-expected.txt.
     18        * platform/mac-wk1/fast/scrolling/scrolling-tree-includes-frame-expected.txt: Removed.
     19        * platform/win/TestExpectations:
     20        * scrollingcoordinator/scrolling-tree/coordinated-frame-expected.txt: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt.
     21        * scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor-expected.txt: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt.
     22        * scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor.html: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor.html.
     23        * scrollingcoordinator/scrolling-tree/coordinated-frame-in-fixed-expected.txt: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt.
     24        * scrollingcoordinator/scrolling-tree/coordinated-frame-in-fixed.html: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed.html.
     25        * scrollingcoordinator/scrolling-tree/coordinated-frame-lose-scrolling-ancestor-expected.txt: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt.
     26        * scrollingcoordinator/scrolling-tree/coordinated-frame-lose-scrolling-ancestor.html: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor.html.
     27        * scrollingcoordinator/scrolling-tree/coordinated-frame.html: Renamed from LayoutTests/tiled-drawing/scrolling/frames/coordinated-frame.html.
     28        * scrollingcoordinator/scrolling-tree/remove-coordinated-frame-expected.txt: Renamed from LayoutTests/tiled-drawing/scrolling/frames/remove-coordinated-frame-expected.txt.
     29        * scrollingcoordinator/scrolling-tree/remove-coordinated-frame.html: Renamed from LayoutTests/tiled-drawing/scrolling/frames/remove-coordinated-frame.html.
     30        * scrollingcoordinator/scrolling-tree/remove-scrolling-role-expected.txt: Renamed from LayoutTests/fast/scrolling/ios/remove-scrolling-role-expected.txt.
     31        * scrollingcoordinator/scrolling-tree/remove-scrolling-role.html: Renamed from LayoutTests/fast/scrolling/ios/remove-scrolling-role.html.
     32        * scrollingcoordinator/scrolling-tree/resources/doc-with-sticky.html: Renamed from LayoutTests/tiled-drawing/scrolling/frames/resources/doc-with-sticky.html.
     33        * scrollingcoordinator/scrolling-tree/scrolling-tree-includes-frame-expected.txt: Renamed from LayoutTests/fast/scrolling/scrolling-tree-includes-frame-expected.txt.
     34        * scrollingcoordinator/scrolling-tree/scrolling-tree-includes-frame.html: Renamed from LayoutTests/fast/scrolling/scrolling-tree-includes-frame.html.
     35
    1362019-01-25  Simon Fraser  <simon.fraser@apple.com>
    237
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r240344 r240505  
    11031103http/tests/ssl/applepay [ Skip ]
    11041104
    1105 # GTK port doesn't use the scrolling tree
    1106 fast/scrolling/scrolling-tree-includes-frame.html [ Skip ]
    1107 
    11081105# This test assumes that color on sliders is not reversed for RTL, so failing is good.
    11091106fast/forms/range/input-appearance-range-rtl.html [ ImageOnlyFailure ]
  • trunk/LayoutTests/platform/ios-wk2/scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor-expected.txt

    r240504 r240505  
    11
    22(Frame scrolling node
    3   (scrollable area size 785 600)
    4   (contents size 785 1016)
     3  (scrollable area size 800 600)
     4  (contents size 800 1016)
    55  (scrollable area parameters
    6     (horizontal scroll elasticity 2)
    7     (vertical scroll elasticity 2)
     6    (horizontal scroll elasticity 1)
     7    (vertical scroll elasticity 1)
    88    (horizontal scrollbar mode 0)
    9     (vertical scrollbar mode 0)
    10     (has enabled vertical scrollbar 1))
     9    (vertical scrollbar mode 0))
    1110  (visual viewport enabled 1)
    12   (layout viewport at (0,0) size 785x600)
     11  (layout viewport at (0,0) size 800x600)
    1312  (min layout viewport origin (0,0))
    1413  (max layout viewport origin (0,416))
    15   (synchronous event dispatch region for event wheel
    16     at (45,47) size 404x304)
    1714  (behavior for fixed 0)
    1815  (children 1
    1916    (Fixed node
    2017      (anchor edges: AnchorEdgeLeft AnchorEdgeTop)
    21       (viewport rect at last layout at (0,0) size 785x600)
     18      (viewport rect at last layout at (0,0) size 800x600)
    2219      (layer position at last layout (8,10))
    2320      (children 1
     
    2623          (contents size 500 420)
    2724          (scrollable area parameters
    28             (horizontal scroll elasticity 0)
    29             (vertical scroll elasticity 0)
     25            (horizontal scroll elasticity 1)
     26            (vertical scroll elasticity 1)
    3027            (horizontal scrollbar mode 1)
    3128            (vertical scrollbar mode 1))
     
    3532          (max layout viewport origin (0,120))
    3633          (behavior for fixed 0)
    37           (children 1
     34          (children 2
     35            (Overflow scrolling node
     36              (scrollable area size 400 300)
     37              (contents size 400 1760)
     38              (scrollable area parameters
     39                (horizontal scroll elasticity 1)
     40                (vertical scroll elasticity 1)
     41                (horizontal scrollbar mode 0)
     42                (vertical scrollbar mode 0))
     43              (children 1
     44                (Sticky node
     45                  (anchor edges: AnchorEdgeTop AnchorEdgeBottom)
     46                  (top offset 10.00)
     47                  (bottom offset 10.00)
     48                  (containing block rect at (2,2) size 400x1760)
     49                  (sticky box rect at (0,830) size 100x100)
     50                  (constraining rect at (0,0) size 400x300)
     51                  (sticky offset at last layout width=0 height=-640)
     52                  (layer position at last layout (0,190))
     53                )
     54              )
     55            )
    3856            (Sticky node
    3957              (anchor edges: AnchorEdgeTop AnchorEdgeBottom)
  • trunk/LayoutTests/platform/ios-wk2/scrollingcoordinator/scrolling-tree/remove-coordinated-frame-expected.txt

    r240504 r240505  
    1 
    21
    32(Frame scrolling node
    43  (scrollable area size 800 600)
    5   (contents size 800 600)
     4  (contents size 800 1016)
    65  (scrollable area parameters
    76    (horizontal scroll elasticity 1)
     
    1211  (layout viewport at (0,0) size 800x600)
    1312  (min layout viewport origin (0,0))
    14   (max layout viewport origin (0,0))
    15   (synchronous event dispatch region for event wheel
    16     at (9,9) size 100x200)
     13  (max layout viewport origin (0,416))
    1714  (behavior for fixed 0)
     15  (children 1
     16    (Fixed node
     17      (anchor edges: AnchorEdgeLeft AnchorEdgeTop)
     18      (viewport rect at last layout at (0,0) size 800x600)
     19      (layer position at last layout (8,10))
     20      (children 0
     21      )
     22    )
     23  )
    1824)
    1925
    20 
  • trunk/LayoutTests/platform/win/TestExpectations

    r240457 r240505  
    35373537fast/parser/xml-error-unload-iframe.html [ Failure ]
    35383538fast/replaced/table-percent-height.html [ Failure ]
    3539 fast/scrolling/scrolling-tree-includes-frame.html [ Failure ]
    35403539fast/table/giantRowspan.html [ Failure ]
    35413540fast/table/giantRowspan2.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.