Title: [284855] trunk
Revision
284855
Author
ryanhad...@apple.com
Date
2021-10-25 21:40:59 -0700 (Mon, 25 Oct 2021)

Log Message

Change default iOS simulator to one with a larger screen size
https://bugs.webkit.org/show_bug.cgi?id=231844

Reviewed by Jonathan Bedard.

Tools:

* Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
(RunTest.test_device_type_specific_listing):
* Scripts/webkitpy/port/ios_simulator.py:
(IOSSimulatorPort):
(IPhoneSimulatorPort):

LayoutTests:

* platform/ios-wk2/TestExpectations:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Removed.
* 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.
* platform/ios/compositing/contents-format/deep-color-backing-store-expected.txt: Added.
* platform/ios/fast/events/ios/keyboard-scrolling-distance-expected.txt: Added.
* platform/ios/fast/events/ios/keyboard-should-not-trigger-resize-expected.txt: Added.
* platform/ios/fast/events/ios/rotation/zz-no-rotation-expected.txt: Added.
* platform/ios/fast/forms/ios/accessory-bar-navigation-expected.txt: Added.
* platform/ios/fast/forms/ios/focus-input-in-fixed-expected.txt: Added.
* platform/ios/fast/forms/ios/focus-input-in-iframe-expected.txt: Added.
* platform/ios/fast/forms/ios/focus-input-via-button-expected.txt: Added.
* platform/ios/fast/forms/ios/focus-input-via-button-no-scaling-expected.txt: Added.
* platform/ios/fast/forms/ios/focus-long-textarea-expected.txt: Added.
* platform/ios/fast/forms/ios/zoom-after-input-tap-expected.txt: Added.
* platform/ios/fast/forms/ios/zoom-after-input-tap-wide-input-expected.txt: Added.
* platform/ios/fast/scrolling/ios/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt:
* platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt:
* platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-size-expected.txt:
* platform/ios/fast/scrolling/ios/scrolling-content-clip-to-viewport-expected.txt:
* 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.
* platform/ios/fast/scrolling/ios/touch-stacking-expected.txt:
* platform/ios/fast/viewport/ios/device-width-viewport-after-changing-view-scale-expected.txt: Added.
* platform/ios/fast/viewport/ios/non-responsive-viewport-after-changing-view-scale-expected.txt: Added.
* platform/ios/fast/viewport/ios/responsive-viewport-with-minimum-width-after-changing-view-scale-expected.txt: Added.
* platform/ios/fast/viewport/ios/shrink-to-fit-for-page-without-viewport-meta-expected.txt: Added.
* platform/ios/fast/viewport/ios/use-minimum-device-width-for-page-without-viewport-meta-expected.txt: Added.
* platform/ios/fast/viewport/ios/width-is-device-width-expected.txt: Added.
* platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt: Added.
* platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt: Added.
* platform/ios/fast/viewport/ios/width-is-device-width-overflowing-expected.txt: Added.
* platform/ios/fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
* 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.
* platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-expected.txt:
* platform/ios/scrollingcoordinator/ios/fixed-in-frame-layer-reconcile-layer-position-expected.txt: Added.
* platform/ios/scrollingcoordinator/ios/fixed-in-overflow-scroll-scrolling-tree-expected.txt: Added.
* platform/ios/scrollingcoordinator/ios/fixed-scrolling-with-keyboard-expected.txt: Added.
* platform/ios/scrollingcoordinator/ios/ui-scrolling-tree-expected.txt: Added.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (284854 => 284855)


--- trunk/LayoutTests/ChangeLog	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/LayoutTests/ChangeLog	2021-10-26 04:40:59 UTC (rev 284855)
@@ -1,3 +1,49 @@
+2021-10-25  Ryan Haddad  <ryanhad...@apple.com>
+
+        Change default iOS simulator to one with a larger screen size
+        https://bugs.webkit.org/show_bug.cgi?id=231844
+
+        Reviewed by Jonathan Bedard.
+
+        * platform/ios-wk2/TestExpectations:
+        * platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt: Removed.
+        * 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.
+        * platform/ios/compositing/contents-format/deep-color-backing-store-expected.txt: Added.
+        * platform/ios/fast/events/ios/keyboard-scrolling-distance-expected.txt: Added.
+        * platform/ios/fast/events/ios/keyboard-should-not-trigger-resize-expected.txt: Added.
+        * platform/ios/fast/events/ios/rotation/zz-no-rotation-expected.txt: Added.
+        * platform/ios/fast/forms/ios/accessory-bar-navigation-expected.txt: Added.
+        * platform/ios/fast/forms/ios/focus-input-in-fixed-expected.txt: Added.
+        * platform/ios/fast/forms/ios/focus-input-in-iframe-expected.txt: Added.
+        * platform/ios/fast/forms/ios/focus-input-via-button-expected.txt: Added.
+        * platform/ios/fast/forms/ios/focus-input-via-button-no-scaling-expected.txt: Added.
+        * platform/ios/fast/forms/ios/focus-long-textarea-expected.txt: Added.
+        * platform/ios/fast/forms/ios/zoom-after-input-tap-expected.txt: Added.
+        * platform/ios/fast/forms/ios/zoom-after-input-tap-wide-input-expected.txt: Added.
+        * platform/ios/fast/scrolling/ios/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt:
+        * platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt:
+        * platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-size-expected.txt:
+        * platform/ios/fast/scrolling/ios/scrolling-content-clip-to-viewport-expected.txt:
+        * 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.
+        * platform/ios/fast/scrolling/ios/touch-stacking-expected.txt:
+        * platform/ios/fast/viewport/ios/device-width-viewport-after-changing-view-scale-expected.txt: Added.
+        * platform/ios/fast/viewport/ios/non-responsive-viewport-after-changing-view-scale-expected.txt: Added.
+        * platform/ios/fast/viewport/ios/responsive-viewport-with-minimum-width-after-changing-view-scale-expected.txt: Added.
+        * platform/ios/fast/viewport/ios/shrink-to-fit-for-page-without-viewport-meta-expected.txt: Added.
+        * platform/ios/fast/viewport/ios/use-minimum-device-width-for-page-without-viewport-meta-expected.txt: Added.
+        * platform/ios/fast/viewport/ios/width-is-device-width-expected.txt: Added.
+        * platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt: Added.
+        * platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt: Added.
+        * platform/ios/fast/viewport/ios/width-is-device-width-overflowing-expected.txt: Added.
+        * platform/ios/fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt: Added.
+        * platform/ios/imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext-expected.txt:
+        * 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.
+        * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-expected.txt:
+        * platform/ios/scrollingcoordinator/ios/fixed-in-frame-layer-reconcile-layer-position-expected.txt: Added.
+        * platform/ios/scrollingcoordinator/ios/fixed-in-overflow-scroll-scrolling-tree-expected.txt: Added.
+        * platform/ios/scrollingcoordinator/ios/fixed-scrolling-with-keyboard-expected.txt: Added.
+        * platform/ios/scrollingcoordinator/ios/ui-scrolling-tree-expected.txt: Added.
+
 2021-10-25  Kyle Piddington  <kpidding...@apple.com>
 
         REGRESSION (iOS 15), safari604.1: Could not link the shader program

Copied: trunk/LayoutTests/platform/ios/compositing/backing/page-scale-overlap-in-iframe-expected.txt (from rev 284854, trunk/LayoutTests/platform/ios-wk2/compositing/backing/page-scale-overlap-in-iframe-expected.txt) (0 => 284855)


--- trunk/LayoutTests/platform/ios/compositing/backing/page-scale-overlap-in-iframe-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/compositing/backing/page-scale-overlap-in-iframe-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,80 @@
+
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 1635.00)
+  (backingStoreAttached 1)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 1635.00)
+      (contentsOpaque 1)
+      (backingStoreAttached 1)
+      (children 1
+        (GraphicsLayer
+          (position 8.00 8.00)
+          (bounds 302.00 152.00)
+          (drawsContent 1)
+          (backingStoreAttached 1)
+          (children 1
+            (GraphicsLayer
+              (position 1.00 1.00)
+              (backingStoreAttached 0)
+              (children 1
+                (GraphicsLayer
+                  (anchor 0.00 0.00)
+                  (bounds 300.00 150.00)
+                  (backingStoreAttached 1)
+                  (children 1
+                    (GraphicsLayer
+                      (anchor 0.00 0.00)
+                      (backingStoreAttached 0)
+                      (children 1
+                        (GraphicsLayer
+                          (anchor 0.00 0.00)
+                          (bounds 300.00 150.00)
+                          (backingStoreAttached 1)
+                          (children 1
+                            (GraphicsLayer
+                              (bounds 300.00 150.00)
+                              (drawsContent 1)
+                              (backingStoreAttached 1)
+                              (children 2
+                                (GraphicsLayer
+                                  (bounds 300.00 150.00)
+                                  (backingStoreAttached 1)
+                                  (children 1
+                                    (GraphicsLayer
+                                      (bounds 300.00 150.00)
+                                      (backingStoreAttached 1)
+                                    )
+                                  )
+                                )
+                                (GraphicsLayer
+                                  (bounds 300.00 150.00)
+                                  (backingStoreAttached 1)
+                                  (children 1
+                                    (GraphicsLayer
+                                      (position 0.00 109.00)
+                                      (bounds 300.00 41.00)
+                                      (contentsOpaque 1)
+                                      (drawsContent 1)
+                                      (backingStoreAttached 1)
+                                    )
+                                  )
+                                )
+                              )
+                            )
+                          )
+                        )
+                      )
+                    )
+                  )
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/ios/compositing/contents-format/deep-color-backing-store-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/compositing/contents-format/deep-color-backing-store-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/compositing/contents-format/deep-color-backing-store-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,40 @@
+Box
+Box
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 5018.00 2018.00)
+  (deep color 1)
+  (children 1
+    (GraphicsLayer
+      (bounds 5018.00 2018.00)
+      (contentsOpaque 1)
+      (tile cache coverage 0, 0 1024 x 1024)
+      (tile size 512 x 512)
+      (top left tile 0, 0 tiles grid 2 x 2)
+      (in window 1)
+      (deep color 1)
+      (children 2
+        (GraphicsLayer
+          (position 18.00 10.00)
+          (bounds 100.00 100.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (deep color 1)
+        )
+        (GraphicsLayer
+          (position 18.00 120.00)
+          (bounds 5000.00 100.00)
+          (usingTiledLayer 1)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (tile cache coverage 0, 0 1024 x 100)
+          (tile size 512 x 512)
+          (top left tile 0, 0 tiles grid 2 x 1)
+          (in window 1)
+          (deep color 1)
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/ios/fast/events/ios/keyboard-scrolling-distance-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/events/ios/keyboard-scrolling-distance-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/events/ios/keyboard-scrolling-distance-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,6 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Before pressing the spacebar, window.scrollY = 0
+After pressing the spacebar, window.scrollY = 425
+

Added: trunk/LayoutTests/platform/ios/fast/events/ios/keyboard-should-not-trigger-resize-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/events/ios/keyboard-should-not-trigger-resize-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/events/ios/keyboard-should-not-trigger-resize-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,7 @@
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+After showing the keyboard, window.innerHeight = 797
+After hiding the keyboard, window.innerHeight = 797
+

Added: trunk/LayoutTests/platform/ios/fast/events/ios/rotation/zz-no-rotation-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/events/ios/rotation/zz-no-rotation-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/events/ios/rotation/zz-no-rotation-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,6 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
+FAIL window.innerWidth should be 320. Was 390.
+FAIL window.innerHeight should be 548. Was 797.
+This test checks that the view is not left in a rotated state after the previous tests.

Added: trunk/LayoutTests/platform/ios/fast/forms/ios/accessory-bar-navigation-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/forms/ios/accessory-bar-navigation-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/forms/ios/accessory-bar-navigation-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,16 @@
+Tests zooming into a text input on tap.
+
+
+After focus first field
+
+tap location	{ x: 38.000, y: 446.000 }
+scale	0.750
+visibleRect	{ left: 0.000, top: 0.000, width: 520.000, height: 1062.667 }
+After move to second field
+
+scale	0.750
+visibleRect	{ left: 0.000, top: 766.222, width: 520.000, height: 1062.667 }
+After move to first field
+
+scale	0.750
+visibleRect	{ left: 0.000, top: 0.000, width: 520.000, height: 1062.667 }

Added: trunk/LayoutTests/platform/ios/fast/forms/ios/focus-input-in-fixed-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/forms/ios/focus-input-in-fixed-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/forms/ios/focus-input-in-fixed-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,4 @@
+
+tap location	{ x: 40.000, y: 130.000 }
+scale	1.455
+visibleRect	{ left: 0.000, top: 0.000, width: 268.018, height: 547.718 }

Added: trunk/LayoutTests/platform/ios/fast/forms/ios/focus-input-in-iframe-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/forms/ios/focus-input-in-iframe-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/forms/ios/focus-input-in-iframe-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,7 @@
+Tests zooming into a text input on tap.
+
+Click to focus input
+
+tap location	{ x: 20.000, y: 62.000 }
+scale	1.455
+visibleRect	{ left: 0.000, top: 1036.335, width: 268.018, height: 547.718 }

Added: trunk/LayoutTests/platform/ios/fast/forms/ios/focus-input-via-button-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/forms/ios/focus-input-via-button-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/forms/ios/focus-input-via-button-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,7 @@
+Tests zooming into a text input on tap.
+
+Click to focus input
+
+tap location	{ x: 20.000, y: 62.000 }
+scale	1.455
+visibleRect	{ left: 0.000, top: 626.291, width: 268.018, height: 547.718 }

Added: trunk/LayoutTests/platform/ios/fast/forms/ios/focus-input-via-button-no-scaling-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/forms/ios/focus-input-via-button-no-scaling-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/forms/ios/focus-input-via-button-no-scaling-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,7 @@
+Tests zooming into a text input on tap.
+
+Click to focus input
+
+tap location	{ x: 20.000, y: 62.000 }
+scale	0.750
+visibleRect	{ left: 0.000, top: 383.111, width: 520.000, height: 1062.667 }

Added: trunk/LayoutTests/platform/ios/fast/forms/ios/focus-long-textarea-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/forms/ios/focus-long-textarea-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/forms/ios/focus-long-textarea-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,6 @@
+Tests zooming into a tall textarea on tap.
+
+
+tap location	{ x: 38.000, y: 664.000 }
+scale	1.455
+visibleRect	{ left: 0.000, top: 406.150, width: 268.018, height: 547.718 }

Added: trunk/LayoutTests/platform/ios/fast/forms/ios/zoom-after-input-tap-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/forms/ios/zoom-after-input-tap-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/forms/ios/zoom-after-input-tap-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,6 @@
+Tests zooming into a text input on tap.
+
+
+tap location	{ x: 38.000, y: 862.000 }
+scale	1.455
+visibleRect	{ left: 0.000, top: 604.300, width: 268.018, height: 547.718 }

Added: trunk/LayoutTests/platform/ios/fast/forms/ios/zoom-after-input-tap-wide-input-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/forms/ios/zoom-after-input-tap-wide-input-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/forms/ios/zoom-after-input-tap-wide-input-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,6 @@
+Tests zooming to an offset in a wide text input on tap.
+
+
+tap location	{ x: 328.000, y: 862.000 }
+scale	1.455
+visibleRect	{ left: 385.533, top: 604.300, width: 268.018, height: 547.718 }

Modified: trunk/LayoutTests/platform/ios/fast/scrolling/ios/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt (284854 => 284855)


--- trunk/LayoutTests/platform/ios/fast/scrolling/ios/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/LayoutTests/platform/ios/fast/scrolling/ios/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -1,8 +1,8 @@
-layer at (0,0) size 320x548
-  RenderView at (0,0) size 320x548
-layer at (0,0) size 320x316
-  RenderBlock {HTML} at (0,0) size 320x316
-    RenderBody {BODY} at (8,8) size 304x300
+layer at (0,0) size 390x797
+  RenderView at (0,0) size 390x797
+layer at (0,0) size 390x316
+  RenderBlock {HTML} at (0,0) size 390x316
+    RenderBody {BODY} at (8,8) size 374x300
 layer at (8,8) size 300x300
   RenderBlock {DIV} at (0,0) size 300x300
 layer at (8,8) size 100x100 scrollHeight 200

Modified: trunk/LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt (284854 => 284855)


--- trunk/LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -1,9 +1,9 @@
 (GraphicsLayer
   (anchor 0.00 0.00)
-  (bounds 320.00 548.00)
+  (bounds 390.00 797.00)
   (children 1
     (GraphicsLayer
-      (bounds 320.00 548.00)
+      (bounds 390.00 797.00)
       (contentsOpaque 1)
       (children 1
         (GraphicsLayer

Modified: trunk/LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-size-expected.txt (284854 => 284855)


--- trunk/LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-size-expected.txt	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-size-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -1,9 +1,9 @@
 (GraphicsLayer
   (anchor 0.00 0.00)
-  (bounds 330.00 548.00)
+  (bounds 390.00 797.00)
   (children 1
     (GraphicsLayer
-      (bounds 330.00 548.00)
+      (bounds 390.00 797.00)
       (contentsOpaque 1)
       (children 1
         (GraphicsLayer

Modified: trunk/LayoutTests/platform/ios/fast/scrolling/ios/scrolling-content-clip-to-viewport-expected.txt (284854 => 284855)


--- trunk/LayoutTests/platform/ios/fast/scrolling/ios/scrolling-content-clip-to-viewport-expected.txt	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/LayoutTests/platform/ios/fast/scrolling/ios/scrolling-content-clip-to-viewport-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -1,9 +1,9 @@
 (GraphicsLayer
   (anchor 0.00 0.00)
-  (bounds 320.00 548.00)
+  (bounds 390.00 797.00)
   (children 1
     (GraphicsLayer
-      (bounds 320.00 548.00)
+      (bounds 390.00 797.00)
       (contentsOpaque 1)
       (children 1
         (GraphicsLayer

Copied: trunk/LayoutTests/platform/ios/fast/scrolling/ios/subpixel-overflow-scrolling-with-ancestor-expected.txt (from rev 284854, trunk/LayoutTests/platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt) (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/scrolling/ios/subpixel-overflow-scrolling-with-ancestor-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/scrolling/ios/subpixel-overflow-scrolling-with-ancestor-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,43 @@
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 390.00 797.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 390.00 797.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (position 8.00 8.00)
+          (bounds 300.00 400.00)
+          (children 1
+            (GraphicsLayer
+              (bounds origin 0.00 30.00)
+              (bounds 300.00 400.00)
+              (children 1
+                (GraphicsLayer
+                  (scrollOffset (0,30))
+                  (anchor 0.00 0.00)
+                  (bounds 300.00 900.00)
+                  (drawsContent 1)
+                  (children 1
+                    (GraphicsLayer
+                      (position 20.00 50.00)
+                      (bounds 260.00 800.00)
+                      (children 1
+                        (GraphicsLayer
+                          (bounds 260.00 800.00)
+                          (contentsOpaque 1)
+                        )
+                      )
+                    )
+                  )
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+

Modified: trunk/LayoutTests/platform/ios/fast/scrolling/ios/touch-stacking-expected.txt (284854 => 284855)


--- trunk/LayoutTests/platform/ios/fast/scrolling/ios/touch-stacking-expected.txt	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/LayoutTests/platform/ios/fast/scrolling/ios/touch-stacking-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -1,13 +1,13 @@
-layer at (0,0) size 320x548
-  RenderView at (0,0) size 320x548
-layer at (0,0) size 320x148 layerType: background only
+layer at (0,0) size 390x797
+  RenderView at (0,0) size 390x797
+layer at (0,0) size 390x148 layerType: background only
 layer at (0,0) size 100x100
   RenderBlock (positioned) zI: -1 {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
-layer at (0,0) size 320x148 layerType: foreground only
-  RenderBlock {HTML} at (0,0) size 320x148
-    RenderBody {BODY} at (8,120) size 304x20
-      RenderBlock {DIV} at (0,0) size 304x0
-      RenderBlock {DIV} at (0,0) size 304x20
+layer at (0,0) size 390x148 layerType: foreground only
+  RenderBlock {HTML} at (0,0) size 390x148
+    RenderBody {BODY} at (8,120) size 374x20
+      RenderBlock {DIV} at (0,0) size 374x0
+      RenderBlock {DIV} at (0,0) size 374x20
         RenderText {#text} at (0,0) size 217x19
           text run at (0,0) width 217: "PASS: computed zIndex was auto"
 layer at (0,0) size 100x100

Added: trunk/LayoutTests/platform/ios/fast/viewport/ios/device-width-viewport-after-changing-view-scale-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/viewport/ios/device-width-viewport-after-changing-view-scale-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/viewport/ios/device-width-viewport-after-changing-view-scale-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,46 @@
+setViewScale(0.50)
+window size: [780, 1594]
+square size: [78, 159]
+zoom scale: 0.50
+
+setViewScale(0.75)
+window size: [520, 1063]
+square size: [52, 106]
+zoom scale: 0.75
+
+setViewScale(1.00)
+window size: [390, 797]
+square size: [39, 80]
+zoom scale: 1.00
+
+setViewScale(1.25)
+window size: [312, 638]
+square size: [31, 64]
+zoom scale: 1.25
+
+setViewScale(1.50)
+window size: [260, 531]
+square size: [26, 53]
+zoom scale: 1.50
+
+setViewScale(1.25)
+window size: [312, 638]
+square size: [31, 64]
+zoom scale: 1.25
+
+setViewScale(1.00)
+window size: [390, 797]
+square size: [39, 80]
+zoom scale: 1.00
+
+setViewScale(0.75)
+window size: [520, 1063]
+square size: [52, 106]
+zoom scale: 0.75
+
+setViewScale(0.50)
+window size: [780, 1594]
+square size: [78, 159]
+zoom scale: 0.50
+
+

Added: trunk/LayoutTests/platform/ios/fast/viewport/ios/non-responsive-viewport-after-changing-view-scale-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/viewport/ios/non-responsive-viewport-after-changing-view-scale-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/viewport/ios/non-responsive-viewport-after-changing-view-scale-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,17 @@
+setViewScale(1.00)
+window size: [980, 2003]
+zoom scale: 0.40
+
+setViewScale(0.50)
+window size: [1960, 4005]
+zoom scale: 0.20
+
+setViewScale(2.00)
+window size: [490, 1001]
+zoom scale: 0.80
+
+setViewScale(1.00)
+window size: [980, 2003]
+zoom scale: 0.40
+
+

Added: trunk/LayoutTests/platform/ios/fast/viewport/ios/responsive-viewport-with-minimum-width-after-changing-view-scale-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/viewport/ios/responsive-viewport-with-minimum-width-after-changing-view-scale-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/viewport/ios/responsive-viewport-with-minimum-width-after-changing-view-scale-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,17 @@
+setViewScale(1.00)
+window size: [390, 797]
+zoom scale: 1.00
+
+setViewScale(2.00)
+window size: [195, 399]
+zoom scale: 2.00
+
+setViewScale(2.50)
+window size: [156, 319]
+zoom scale: 2.50
+
+setViewScale(1.00)
+window size: [390, 797]
+zoom scale: 1.00
+
+

Added: trunk/LayoutTests/platform/ios/fast/viewport/ios/shrink-to-fit-for-page-without-viewport-meta-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/viewport/ios/shrink-to-fit-for-page-without-viewport-meta-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/viewport/ios/shrink-to-fit-for-page-without-viewport-meta-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,4 @@
+window size: [1208, 2469]
+zoom scale: 0.32
+
+

Added: trunk/LayoutTests/platform/ios/fast/viewport/ios/use-minimum-device-width-for-page-without-viewport-meta-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/viewport/ios/use-minimum-device-width-for-page-without-viewport-meta-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/viewport/ios/use-minimum-device-width-for-page-without-viewport-meta-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,46 @@
+setMinimumEffectiveWidth(0.00)
+window size: [390, 797]
+square size: [39, 80]
+zoom scale: 1.00
+
+setMinimumEffectiveWidth(640.00)
+window size: [640, 1308]
+square size: [64, 131]
+zoom scale: 0.61
+
+setMinimumEffectiveWidth(768.00)
+window size: [768, 1569]
+square size: [77, 157]
+zoom scale: 0.51
+
+setMinimumEffectiveWidth(834.00)
+window size: [834, 1704]
+square size: [83, 170]
+zoom scale: 0.47
+
+setMinimumEffectiveWidth(980.00)
+window size: [980, 2003]
+square size: [98, 200]
+zoom scale: 0.40
+
+setMinimumEffectiveWidth(1024.00)
+window size: [1024, 2093]
+square size: [102, 209]
+zoom scale: 0.38
+
+setMinimumEffectiveWidth(1112.00)
+window size: [1112, 2272]
+square size: [111, 227]
+zoom scale: 0.35
+
+setMinimumEffectiveWidth(1280.00)
+window size: [1280, 2616]
+square size: [128, 262]
+zoom scale: 0.30
+
+setMinimumEffectiveWidth(1336.00)
+window size: [1336, 2730]
+square size: [134, 273]
+zoom scale: 0.29
+
+

Added: trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,6 @@
+Viewport: width=device-width
+
+scale	1.00000
+maxScale	5.00000
+minScale	1.00000
+visibleRect	{"left":"0.00000","top":"0.00000","width":"390.00000","height":"797.00000"}

Added: trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,7 @@
+Viewport: width=device-width, shrink-to-fit=no
+
+scale	1.00000
+maxScale	5.00000
+minScale	1.00000
+visibleRect	{"left":"0.00000","top":"0.00000","width":"390.00000","height":"797.00000"}
+

Added: trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,7 @@
+Viewport: width=device-width
+
+scale	0.77832
+maxScale	5.00000
+minScale	0.77832
+visibleRect	{"left":"0.00000","top":"0.00000","width":"501.07904","height":"1024.00000"}
+

Added: trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,7 @@
+Viewport: width=device-width, shrink-to-fit=no
+
+scale	1.00000
+maxScale	5.00000
+minScale	1.00000
+visibleRect	{"left":"0.00000","top":"0.00000","width":"390.00000","height":"797.00000"}
+

Added: trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,7 @@
+Viewport: width=device-width, shrink-to-fit=no
+
+scale	1.00000
+maxScale	5.00000
+minScale	1.00000
+visibleRect	{"left":"0.00000","top":"0.00000","width":"390.00000","height":"797.00000"}
+

Copied: trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt (from rev 284854, trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt) (0 => 284855)


--- trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,8 @@
+
+PASS getComputedStyle returns no style for detached element
+FAIL getComputedStyle returns no style for element in non-rendered iframe (display: none) assert_equals: expected 0 but got 399
+FAIL getComputedStyle returns no style for element in non-rendered iframe (display: none) from iframe's window assert_equals: expected 0 but got 399
+FAIL getComputedStyle returns no style for element outside the flat tree assert_equals: expected 0 but got 399
+FAIL getComputedStyle returns no style for descendant outside the flat tree assert_equals: expected 0 but got 399
+PASS getComputedStyle returns no style for shadow tree outside of flattened tree
+

Added: trunk/LayoutTests/platform/ios/scrollingcoordinator/ios/fixed-in-frame-layer-reconcile-layer-position-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/scrollingcoordinator/ios/fixed-in-frame-layer-reconcile-layer-position-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/scrollingcoordinator/ios/fixed-in-frame-layer-reconcile-layer-position-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,53 @@
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 390.00 2021.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 390.00 2021.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (position 8.00 313.00)
+          (bounds 304.00 154.00)
+          (drawsContent 1)
+          (children 1
+            (GraphicsLayer
+              (position 2.00 2.00)
+              (children 1
+                (GraphicsLayer
+                  (anchor 0.00 0.00)
+                  (bounds 300.00 150.00)
+                  (children 1
+                    (GraphicsLayer
+                      (anchor 0.00 0.00)
+                      (children 1
+                        (GraphicsLayer
+                          (anchor 0.00 0.00)
+                          (bounds 300.00 1016.00)
+                          (children 1
+                            (GraphicsLayer
+                              (bounds 300.00 1016.00)
+                              (drawsContent 1)
+                              (children 1
+                                (GraphicsLayer
+                                  (position 8.00 10.00)
+                                  (bounds 200.00 140.00)
+                                  (contentsOpaque 1)
+                                )
+                              )
+                            )
+                          )
+                        )
+                      )
+                    )
+                  )
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/ios/scrollingcoordinator/ios/fixed-in-overflow-scroll-scrolling-tree-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/scrollingcoordinator/ios/fixed-in-overflow-scroll-scrolling-tree-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/scrollingcoordinator/ios/fixed-in-overflow-scroll-scrolling-tree-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,30 @@
+
+(scrolling tree
+  (frame scrolling node
+    (scrollable area size width=390 height=797)
+    (total content size width=390 height=797)
+    (last committed scroll position (0,0))
+    (scrollable area parameters
+      (horizontal scroll elasticity 1)
+      (vertical scroll elasticity 1)
+      (horizontal scrollbar mode 0)
+      (vertical scrollbar mode 0))
+    (layout viewport (0,0) width=390 height=797)
+    (min layoutViewport origin (0,0))
+    (max layoutViewport origin (0,0))
+    (behavior for fixed 0)
+    (overflow scrolling node
+      (scrollable area size width=300 height=300)
+      (total content size width=300 height=800)
+      (last committed scroll position (0,0))
+      (scrollable area parameters
+        (horizontal scroll elasticity 1)
+        (vertical scroll elasticity 1)
+        (horizontal scrollbar mode 0)
+        (vertical scrollbar mode 0)
+        (allows vertical scrolling 1)))
+    (fixed node
+      (fixed constraints
+        (viewport-rect-at-last-layout (0,0) width=390 height=797)
+        (layer-position-at-last-layout (19,211)))
+      (layer top left (19,211)))))

Added: trunk/LayoutTests/platform/ios/scrollingcoordinator/ios/fixed-scrolling-with-keyboard-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/scrollingcoordinator/ios/fixed-scrolling-with-keyboard-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/scrollingcoordinator/ios/fixed-scrolling-with-keyboard-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,23 @@
+
+
+(scrolling tree
+  (frame scrolling node
+    (scrollable area size width=268 height=548)
+    (total content size width=390 height=4021)
+    (last committed scroll position (0,0))
+    (scrollable area parameters
+      (horizontal scroll elasticity 1)
+      (vertical scroll elasticity 1)
+      (horizontal scrollbar mode 0)
+      (vertical scrollbar mode 0))
+    (layout viewport (0,0) width=390 height=797)
+    (min layoutViewport origin (0,0))
+    (max layoutViewport origin (122,3473))
+    (override visual viewport size width=268.25 height=517.92)
+    (behavior for fixed 0)
+    (visual viewport is smaller than layout viewport 1)
+    (fixed node
+      (fixed constraints
+        (viewport-rect-at-last-layout (0,0) width=390 height=797)
+        (layer-position-at-last-layout (0,0)))
+      (layer top left (0,0)))))

Added: trunk/LayoutTests/platform/ios/scrollingcoordinator/ios/ui-scrolling-tree-expected.txt (0 => 284855)


--- trunk/LayoutTests/platform/ios/scrollingcoordinator/ios/ui-scrolling-tree-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/scrollingcoordinator/ios/ui-scrolling-tree-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -0,0 +1,20 @@
+
+(scrolling tree
+  (frame scrolling node
+    (scrollable area size width=390 height=797)
+    (total content size width=1308 height=2021)
+    (last committed scroll position (0,0))
+    (scrollable area parameters
+      (horizontal scroll elasticity 1)
+      (vertical scroll elasticity 1)
+      (horizontal scrollbar mode 0)
+      (vertical scrollbar mode 0))
+    (layout viewport (0,0) width=390 height=797)
+    (min layoutViewport origin (0,0))
+    (max layoutViewport origin (918,1224))
+    (behavior for fixed 0)
+    (fixed node
+      (fixed constraints
+        (viewport-rect-at-last-layout (0,0) width=390 height=797)
+        (layer-position-at-last-layout (12,10)))
+      (layer top left (12,10)))))

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284854 => 284855)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-26 04:40:59 UTC (rev 284855)
@@ -2159,6 +2159,20 @@
 #rdar://82183980 ([ iOS 15 ]editing/selection/ios/hide-selection-in-tiny-contenteditable.html is a flaky failure)
 editing/selection/ios/hide-selection-in-tiny-contenteditable.html [ Pass Failure ]
 
+# These tests fail/timeout on iPhone 12 simulator
+fast/events/ios/viewport-no-width-value-allows-double-tap.html [ Skip ]
+fast/visual-viewport/ios/stable-update-with-keyboard.html [ Skip ]
+media/modern-media-controls/media-documents/media-document-audio-ios-sizing.html [ Skip ]
+media/modern-media-controls/media-documents/media-document-video-iphone-sizing.html [ Skip ]
+fast/forms/ios/scroll-to-reveal-focused-select.html [ Failure ]
+fast/scrolling/ios/body-overflow-hidden-height-100-percent-zoomed-1.html [ Failure ]
+fast/scrolling/ios/overflow-div-scrolling.html [ Failure ]
+media/vp9.html [ Failure ]
+webgl/pending/conformance2/glsl3/empty-shader-with-output.html [ Failure ]
+
+# This test "fails" on iPhone 12 simulator because it supports P3, may need to rebaseline this reftest
+fast/media/mq-color-gamut.html [ ImageOnlyFailure ]
+
 webkit.org/b/230004 imported/w3c/web-platform-tests/css/css-pseudo/active-selection-011.html [ ImageOnlyFailure ]
 webkit.org/b/230004 imported/w3c/web-platform-tests/css/css-pseudo/active-selection-016.html [ ImageOnlyFailure ]
 

Deleted: trunk/LayoutTests/platform/ios-wk2/compositing/backing/page-scale-overlap-in-iframe-expected.txt (284854 => 284855)


--- trunk/LayoutTests/platform/ios-wk2/compositing/backing/page-scale-overlap-in-iframe-expected.txt	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/LayoutTests/platform/ios-wk2/compositing/backing/page-scale-overlap-in-iframe-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -1,80 +0,0 @@
-
-(GraphicsLayer
-  (anchor 0.00 0.00)
-  (bounds 800.00 1370.00)
-  (backingStoreAttached 1)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 1370.00)
-      (contentsOpaque 1)
-      (backingStoreAttached 1)
-      (children 1
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 302.00 152.00)
-          (drawsContent 1)
-          (backingStoreAttached 1)
-          (children 1
-            (GraphicsLayer
-              (position 1.00 1.00)
-              (backingStoreAttached 0)
-              (children 1
-                (GraphicsLayer
-                  (anchor 0.00 0.00)
-                  (bounds 300.00 150.00)
-                  (backingStoreAttached 1)
-                  (children 1
-                    (GraphicsLayer
-                      (anchor 0.00 0.00)
-                      (backingStoreAttached 0)
-                      (children 1
-                        (GraphicsLayer
-                          (anchor 0.00 0.00)
-                          (bounds 300.00 150.00)
-                          (backingStoreAttached 1)
-                          (children 1
-                            (GraphicsLayer
-                              (bounds 300.00 150.00)
-                              (drawsContent 1)
-                              (backingStoreAttached 1)
-                              (children 2
-                                (GraphicsLayer
-                                  (bounds 300.00 150.00)
-                                  (backingStoreAttached 1)
-                                  (children 1
-                                    (GraphicsLayer
-                                      (bounds 300.00 150.00)
-                                      (backingStoreAttached 1)
-                                    )
-                                  )
-                                )
-                                (GraphicsLayer
-                                  (bounds 300.00 150.00)
-                                  (backingStoreAttached 1)
-                                  (children 1
-                                    (GraphicsLayer
-                                      (position 0.00 109.00)
-                                      (bounds 300.00 41.00)
-                                      (contentsOpaque 1)
-                                      (drawsContent 1)
-                                      (backingStoreAttached 1)
-                                    )
-                                  )
-                                )
-                              )
-                            )
-                          )
-                        )
-                      )
-                    )
-                  )
-                )
-              )
-            )
-          )
-        )
-      )
-    )
-  )
-)
-

Deleted: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt (284854 => 284855)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -1,8 +0,0 @@
-
-PASS getComputedStyle returns no style for detached element
-FAIL getComputedStyle returns no style for element in non-rendered iframe (display: none) assert_equals: expected 0 but got 399
-FAIL getComputedStyle returns no style for element in non-rendered iframe (display: none) from iframe's window assert_equals: expected 0 but got 399
-FAIL getComputedStyle returns no style for element outside the flat tree assert_equals: expected 0 but got 399
-FAIL getComputedStyle returns no style for descendant outside the flat tree assert_equals: expected 0 but got 399
-PASS getComputedStyle returns no style for shadow tree outside of flattened tree
-

Modified: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-expected.txt (284854 => 284855)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-expected.txt	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-expected.txt	2021-10-26 04:40:59 UTC (rev 284855)
@@ -1,11 +1,9 @@
-Confirm
 
-
 PASS click the form submission button should close the dialog
 PASS form submission should return correct value
 PASS no returnValue when there's no result.
-FAIL input image button should return the coordinates assert_false: dialog should be closed now expected false got true
-FAIL formmethod attribute should use dialog form submission promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
-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."
-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."
+FAIL input image button should return the coordinates assert_equals: returnValue should be the offsets of the click expected "" but got "sushi"
+PASS formmethod attribute should use dialog form submission
+PASS closing the dialog while submitting should stop the submission
+PASS calling form.submit() in click handler of submit button should start the submission synchronously
 

Modified: trunk/Tools/ChangeLog (284854 => 284855)


--- trunk/Tools/ChangeLog	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/Tools/ChangeLog	2021-10-26 04:40:59 UTC (rev 284855)
@@ -1,3 +1,16 @@
+2021-10-25  Ryan Haddad  <ryanhad...@apple.com>
+
+        Change default iOS simulator to one with a larger screen size
+        https://bugs.webkit.org/show_bug.cgi?id=231844
+
+        Reviewed by Jonathan Bedard.
+
+        * Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
+        (RunTest.test_device_type_specific_listing):
+        * Scripts/webkitpy/port/ios_simulator.py:
+        (IOSSimulatorPort):
+        (IPhoneSimulatorPort):
+
 2021-10-25  Alexey Proskuryakov  <a...@apple.com>
 
         Add perl 5.30 to kill-old-processes

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py (284854 => 284855)


--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py	2021-10-26 04:40:59 UTC (rev 284855)
@@ -939,7 +939,7 @@
             by_type[current_type].append(line)
 
         self.assertEqual(3, len(by_type.keys()))
-        self.assertEqual(2, len(by_type[DeviceType.from_string('iPhone SE')]))
+        self.assertEqual(2, len(by_type[DeviceType.from_string('iPhone 12')]))
         self.assertEqual(1, len(by_type[DeviceType.from_string('iPad (5th generation)')]))
         self.assertEqual(0, len(by_type[DeviceType.from_string('iPhone 7')]))
 

Modified: trunk/Tools/Scripts/webkitpy/port/ios_simulator.py (284854 => 284855)


--- trunk/Tools/Scripts/webkitpy/port/ios_simulator.py	2021-10-26 04:37:01 UTC (rev 284854)
+++ trunk/Tools/Scripts/webkitpy/port/ios_simulator.py	2021-10-26 04:40:59 UTC (rev 284855)
@@ -44,7 +44,7 @@
     DEVICE_MANAGER = SimulatedDeviceManager
 
     DEFAULT_DEVICE_TYPES = [
-        DeviceType(hardware_family='iPhone', hardware_type='SE'),
+        DeviceType(hardware_family='iPhone', hardware_type='12'),
         DeviceType(hardware_family='iPad', hardware_type='(5th generation)'),
         DeviceType(hardware_family='iPhone', hardware_type='7'),
     ]
@@ -119,7 +119,7 @@
 
     DEVICE_TYPE = DeviceType(hardware_family='iPhone')
     DEFAULT_DEVICE_TYPES = [
-        DeviceType(hardware_family='iPhone', hardware_type='SE'),
+        DeviceType(hardware_family='iPhone', hardware_type='12'),
         DeviceType(hardware_family='iPhone', hardware_type='7'),
     ]
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to