Changeset 284855 in webkit
- Timestamp:
- Oct 25, 2021, 9:40:59 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 29 added
- 11 edited
- 1 copied
- 2 moved
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/platform/ios-wk2/TestExpectations (modified) (1 diff)
-
LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-expected.txt (modified) (1 diff)
-
LayoutTests/platform/ios/compositing/backing/page-scale-overlap-in-iframe-expected.txt (moved) (moved from trunk/LayoutTests/platform/ios-wk2/compositing/backing/page-scale-overlap-in-iframe-expected.txt ) (1 diff)
-
LayoutTests/platform/ios/compositing/contents-format/deep-color-backing-store-expected.txt (added)
-
LayoutTests/platform/ios/fast/events/ios/keyboard-scrolling-distance-expected.txt (added)
-
LayoutTests/platform/ios/fast/events/ios/keyboard-should-not-trigger-resize-expected.txt (added)
-
LayoutTests/platform/ios/fast/events/ios/rotation (added)
-
LayoutTests/platform/ios/fast/events/ios/rotation/zz-no-rotation-expected.txt (added)
-
LayoutTests/platform/ios/fast/forms/ios/accessory-bar-navigation-expected.txt (added)
-
LayoutTests/platform/ios/fast/forms/ios/focus-input-in-fixed-expected.txt (added)
-
LayoutTests/platform/ios/fast/forms/ios/focus-input-in-iframe-expected.txt (added)
-
LayoutTests/platform/ios/fast/forms/ios/focus-input-via-button-expected.txt (added)
-
LayoutTests/platform/ios/fast/forms/ios/focus-input-via-button-no-scaling-expected.txt (added)
-
LayoutTests/platform/ios/fast/forms/ios/focus-long-textarea-expected.txt (added)
-
LayoutTests/platform/ios/fast/forms/ios/zoom-after-input-tap-expected.txt (added)
-
LayoutTests/platform/ios/fast/forms/ios/zoom-after-input-tap-wide-input-expected.txt (added)
-
LayoutTests/platform/ios/fast/scrolling/ios/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt (modified) (1 diff)
-
LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt (modified) (1 diff)
-
LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-size-expected.txt (modified) (1 diff)
-
LayoutTests/platform/ios/fast/scrolling/ios/scrolling-content-clip-to-viewport-expected.txt (modified) (1 diff)
-
LayoutTests/platform/ios/fast/scrolling/ios/subpixel-overflow-scrolling-with-ancestor-expected.txt (copied) (copied from trunk/LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt ) (1 diff)
-
LayoutTests/platform/ios/fast/scrolling/ios/touch-stacking-expected.txt (modified) (1 diff)
-
LayoutTests/platform/ios/fast/viewport (added)
-
LayoutTests/platform/ios/fast/viewport/ios (added)
-
LayoutTests/platform/ios/fast/viewport/ios/device-width-viewport-after-changing-view-scale-expected.txt (added)
-
LayoutTests/platform/ios/fast/viewport/ios/non-responsive-viewport-after-changing-view-scale-expected.txt (added)
-
LayoutTests/platform/ios/fast/viewport/ios/responsive-viewport-with-minimum-width-after-changing-view-scale-expected.txt (added)
-
LayoutTests/platform/ios/fast/viewport/ios/shrink-to-fit-for-page-without-viewport-meta-expected.txt (added)
-
LayoutTests/platform/ios/fast/viewport/ios/use-minimum-device-width-for-page-without-viewport-meta-expected.txt (added)
-
LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-expected.txt (added)
-
LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt (added)
-
LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt (added)
-
LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-expected.txt (added)
-
LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt (added)
-
LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt (moved) (moved from trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt )
-
LayoutTests/platform/ios/scrollingcoordinator/ios/fixed-in-frame-layer-reconcile-layer-position-expected.txt (added)
-
LayoutTests/platform/ios/scrollingcoordinator/ios/fixed-in-overflow-scroll-scrolling-tree-expected.txt (added)
-
LayoutTests/platform/ios/scrollingcoordinator/ios/fixed-scrolling-with-keyboard-expected.txt (added)
-
LayoutTests/platform/ios/scrollingcoordinator/ios/ui-scrolling-tree-expected.txt (added)
-
Tools/ChangeLog (modified) (1 diff)
-
Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py (modified) (1 diff)
-
Tools/Scripts/webkitpy/port/ios_simulator.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r284849 r284855 1 2021-10-25 Ryan Haddad <ryanhaddad@apple.com> 2 3 Change default iOS simulator to one with a larger screen size 4 https://bugs.webkit.org/show_bug.cgi?id=231844 5 6 Reviewed by Jonathan Bedard. 7 8 * platform/ios-wk2/TestExpectations: 9 * platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Removed. 10 * platform/ios/compositing/backing/page-scale-overlap-in-iframe-expected.txt: Renamed from LayoutTests/platform/ios-wk2/compositing/backing/page-scale-overlap-in-iframe-expected.txt. 11 * platform/ios/compositing/contents-format/deep-color-backing-store-expected.txt: Added. 12 * platform/ios/fast/events/ios/keyboard-scrolling-distance-expected.txt: Added. 13 * platform/ios/fast/events/ios/keyboard-should-not-trigger-resize-expected.txt: Added. 14 * platform/ios/fast/events/ios/rotation/zz-no-rotation-expected.txt: Added. 15 * platform/ios/fast/forms/ios/accessory-bar-navigation-expected.txt: Added. 16 * platform/ios/fast/forms/ios/focus-input-in-fixed-expected.txt: Added. 17 * platform/ios/fast/forms/ios/focus-input-in-iframe-expected.txt: Added. 18 * platform/ios/fast/forms/ios/focus-input-via-button-expected.txt: Added. 19 * platform/ios/fast/forms/ios/focus-input-via-button-no-scaling-expected.txt: Added. 20 * platform/ios/fast/forms/ios/focus-long-textarea-expected.txt: Added. 21 * platform/ios/fast/forms/ios/zoom-after-input-tap-expected.txt: Added. 22 * platform/ios/fast/forms/ios/zoom-after-input-tap-wide-input-expected.txt: Added. 23 * platform/ios/fast/scrolling/ios/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt: 24 * platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt: 25 * platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-size-expected.txt: 26 * platform/ios/fast/scrolling/ios/scrolling-content-clip-to-viewport-expected.txt: 27 * platform/ios/fast/scrolling/ios/subpixel-overflow-scrolling-with-ancestor-expected.txt: Copied from LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt. 28 * platform/ios/fast/scrolling/ios/touch-stacking-expected.txt: 29 * platform/ios/fast/viewport/ios/device-width-viewport-after-changing-view-scale-expected.txt: Added. 30 * platform/ios/fast/viewport/ios/non-responsive-viewport-after-changing-view-scale-expected.txt: Added. 31 * platform/ios/fast/viewport/ios/responsive-viewport-with-minimum-width-after-changing-view-scale-expected.txt: Added. 32 * platform/ios/fast/viewport/ios/shrink-to-fit-for-page-without-viewport-meta-expected.txt: Added. 33 * platform/ios/fast/viewport/ios/use-minimum-device-width-for-page-without-viewport-meta-expected.txt: Added. 34 * platform/ios/fast/viewport/ios/width-is-device-width-expected.txt: Added. 35 * platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt: Added. 36 * platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt: Added. 37 * platform/ios/fast/viewport/ios/width-is-device-width-overflowing-expected.txt: Added. 38 * platform/ios/fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt: Added. 39 * platform/ios/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: 40 * platform/ios/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt: Renamed from LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt. 41 * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-expected.txt: 42 * platform/ios/scrollingcoordinator/ios/fixed-in-frame-layer-reconcile-layer-position-expected.txt: Added. 43 * platform/ios/scrollingcoordinator/ios/fixed-in-overflow-scroll-scrolling-tree-expected.txt: Added. 44 * platform/ios/scrollingcoordinator/ios/fixed-scrolling-with-keyboard-expected.txt: Added. 45 * platform/ios/scrollingcoordinator/ios/ui-scrolling-tree-expected.txt: Added. 46 1 47 2021-10-25 Kyle Piddington <kpiddington@apple.com> 2 48 -
trunk/LayoutTests/platform/ios-wk2/TestExpectations
r284848 r284855 2160 2160 editing/selection/ios/hide-selection-in-tiny-contenteditable.html [ Pass Failure ] 2161 2161 2162 # These tests fail/timeout on iPhone 12 simulator 2163 fast/events/ios/viewport-no-width-value-allows-double-tap.html [ Skip ] 2164 fast/visual-viewport/ios/stable-update-with-keyboard.html [ Skip ] 2165 media/modern-media-controls/media-documents/media-document-audio-ios-sizing.html [ Skip ] 2166 media/modern-media-controls/media-documents/media-document-video-iphone-sizing.html [ Skip ] 2167 fast/forms/ios/scroll-to-reveal-focused-select.html [ Failure ] 2168 fast/scrolling/ios/body-overflow-hidden-height-100-percent-zoomed-1.html [ Failure ] 2169 fast/scrolling/ios/overflow-div-scrolling.html [ Failure ] 2170 media/vp9.html [ Failure ] 2171 webgl/pending/conformance2/glsl3/empty-shader-with-output.html [ Failure ] 2172 2173 # This test "fails" on iPhone 12 simulator because it supports P3, may need to rebaseline this reftest 2174 fast/media/mq-color-gamut.html [ ImageOnlyFailure ] 2175 2162 2176 webkit.org/b/230004 imported/w3c/web-platform-tests/css/css-pseudo/active-selection-011.html [ ImageOnlyFailure ] 2163 2177 webkit.org/b/230004 imported/w3c/web-platform-tests/css/css-pseudo/active-selection-016.html [ ImageOnlyFailure ] -
trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-expected.txt
r279943 r284855 1 Confirm2 3 1 4 2 PASS click the form submission button should close the dialog 5 3 PASS form submission should return correct value 6 4 PASS no returnValue when there's no result. 7 FAIL input image button should return the coordinates assert_ false: dialog should be closed now expected false got true8 FAIL formmethod attribute should use dialog form submission promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state." 9 FAIL closing the dialog while submitting should stop the submission promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state." 10 FAIL calling form.submit() in click handler of submit button should start the submission synchronously promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state." 5 FAIL input image button should return the coordinates assert_equals: returnValue should be the offsets of the click expected "" but got "sushi" 6 PASS formmethod attribute should use dialog form submission 7 PASS closing the dialog while submitting should stop the submission 8 PASS calling form.submit() in click handler of submit button should start the submission synchronously 11 9 -
trunk/LayoutTests/platform/ios/compositing/backing/page-scale-overlap-in-iframe-expected.txt
r284854 r284855 2 2 (GraphicsLayer 3 3 (anchor 0.00 0.00) 4 (bounds 800.00 1 370.00)4 (bounds 800.00 1635.00) 5 5 (backingStoreAttached 1) 6 6 (children 1 7 7 (GraphicsLayer 8 (bounds 800.00 1 370.00)8 (bounds 800.00 1635.00) 9 9 (contentsOpaque 1) 10 10 (backingStoreAttached 1) -
trunk/LayoutTests/platform/ios/fast/scrolling/ios/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt
r209967 r284855 1 layer at (0,0) size 3 20x5482 RenderView at (0,0) size 3 20x5483 layer at (0,0) size 3 20x3164 RenderBlock {HTML} at (0,0) size 3 20x3165 RenderBody {BODY} at (8,8) size 3 04x3001 layer at (0,0) size 390x797 2 RenderView at (0,0) size 390x797 3 layer at (0,0) size 390x316 4 RenderBlock {HTML} at (0,0) size 390x316 5 RenderBody {BODY} at (8,8) size 374x300 6 6 layer at (8,8) size 300x300 7 7 RenderBlock {DIV} at (0,0) size 300x300 -
trunk/LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt
r240941 r284855 1 1 (GraphicsLayer 2 2 (anchor 0.00 0.00) 3 (bounds 3 20.00 548.00)3 (bounds 390.00 797.00) 4 4 (children 1 5 5 (GraphicsLayer 6 (bounds 3 20.00 548.00)6 (bounds 390.00 797.00) 7 7 (contentsOpaque 1) 8 8 (children 1 -
trunk/LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-size-expected.txt
r240941 r284855 1 1 (GraphicsLayer 2 2 (anchor 0.00 0.00) 3 (bounds 3 30.00 548.00)3 (bounds 390.00 797.00) 4 4 (children 1 5 5 (GraphicsLayer 6 (bounds 3 30.00 548.00)6 (bounds 390.00 797.00) 7 7 (contentsOpaque 1) 8 8 (children 1 -
trunk/LayoutTests/platform/ios/fast/scrolling/ios/scrolling-content-clip-to-viewport-expected.txt
r244628 r284855 1 1 (GraphicsLayer 2 2 (anchor 0.00 0.00) 3 (bounds 3 20.00 548.00)3 (bounds 390.00 797.00) 4 4 (children 1 5 5 (GraphicsLayer 6 (bounds 3 20.00 548.00)6 (bounds 390.00 797.00) 7 7 (contentsOpaque 1) 8 8 (children 1 -
trunk/LayoutTests/platform/ios/fast/scrolling/ios/subpixel-overflow-scrolling-with-ancestor-expected.txt
r284854 r284855 1 1 (GraphicsLayer 2 2 (anchor 0.00 0.00) 3 (bounds 3 20.00 548.00)3 (bounds 390.00 797.00) 4 4 (children 1 5 5 (GraphicsLayer 6 (bounds 3 20.00 548.00)6 (bounds 390.00 797.00) 7 7 (contentsOpaque 1) 8 8 (children 1 9 9 (GraphicsLayer 10 10 (position 8.00 8.00) 11 (bounds 302.00 402.00) 12 (drawsContent 1) 11 (bounds 300.00 400.00) 13 12 (children 1 14 13 (GraphicsLayer 15 (offsetFromRenderer width=1 height=1)16 (position 1.00 1.00)17 14 (bounds origin 0.00 30.00) 18 15 (bounds 300.00 400.00) 19 16 (children 1 20 17 (GraphicsLayer 21 (offsetFromRenderer width=1 height=1)22 18 (scrollOffset (0,30)) 23 19 (anchor 0.00 0.00) -
trunk/LayoutTests/platform/ios/fast/scrolling/ios/touch-stacking-expected.txt
r209967 r284855 1 layer at (0,0) size 3 20x5482 RenderView at (0,0) size 3 20x5483 layer at (0,0) size 3 20x148 layerType: background only1 layer at (0,0) size 390x797 2 RenderView at (0,0) size 390x797 3 layer at (0,0) size 390x148 layerType: background only 4 4 layer at (0,0) size 100x100 5 5 RenderBlock (positioned) zI: -1 {DIV} at (0,0) size 100x100 [bgcolor=#FF0000] 6 layer at (0,0) size 3 20x148 layerType: foreground only7 RenderBlock {HTML} at (0,0) size 3 20x1488 RenderBody {BODY} at (8,120) size 3 04x209 RenderBlock {DIV} at (0,0) size 3 04x010 RenderBlock {DIV} at (0,0) size 3 04x206 layer at (0,0) size 390x148 layerType: foreground only 7 RenderBlock {HTML} at (0,0) size 390x148 8 RenderBody {BODY} at (8,120) size 374x20 9 RenderBlock {DIV} at (0,0) size 374x0 10 RenderBlock {DIV} at (0,0) size 374x20 11 11 RenderText {#text} at (0,0) size 217x19 12 12 text run at (0,0) width 217: "PASS: computed zIndex was auto" -
trunk/Tools/ChangeLog
r284854 r284855 1 2021-10-25 Ryan Haddad <ryanhaddad@apple.com> 2 3 Change default iOS simulator to one with a larger screen size 4 https://bugs.webkit.org/show_bug.cgi?id=231844 5 6 Reviewed by Jonathan Bedard. 7 8 * Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py: 9 (RunTest.test_device_type_specific_listing): 10 * Scripts/webkitpy/port/ios_simulator.py: 11 (IOSSimulatorPort): 12 (IPhoneSimulatorPort): 13 1 14 2021-10-25 Alexey Proskuryakov <ap@apple.com> 2 15 -
trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py
r284845 r284855 940 940 941 941 self.assertEqual(3, len(by_type.keys())) 942 self.assertEqual(2, len(by_type[DeviceType.from_string('iPhone SE')]))942 self.assertEqual(2, len(by_type[DeviceType.from_string('iPhone 12')])) 943 943 self.assertEqual(1, len(by_type[DeviceType.from_string('iPad (5th generation)')])) 944 944 self.assertEqual(0, len(by_type[DeviceType.from_string('iPhone 7')])) -
trunk/Tools/Scripts/webkitpy/port/ios_simulator.py
r284072 r284855 45 45 46 46 DEFAULT_DEVICE_TYPES = [ 47 DeviceType(hardware_family='iPhone', hardware_type=' SE'),47 DeviceType(hardware_family='iPhone', hardware_type='12'), 48 48 DeviceType(hardware_family='iPad', hardware_type='(5th generation)'), 49 49 DeviceType(hardware_family='iPhone', hardware_type='7'), … … 120 120 DEVICE_TYPE = DeviceType(hardware_family='iPhone') 121 121 DEFAULT_DEVICE_TYPES = [ 122 DeviceType(hardware_family='iPhone', hardware_type=' SE'),122 DeviceType(hardware_family='iPhone', hardware_type='12'), 123 123 DeviceType(hardware_family='iPhone', hardware_type='7'), 124 124 ]
Note:
See TracChangeset
for help on using the changeset viewer.