From 764079460b771817910ca6c4b1afc1362fcf52ac Mon Sep 17 00:00:00 2001 From: Robert Jenner Date: Mon, 17 Apr 2023 16:27:38 -0700 Subject: [PATCH] REGRESSION(262383@main): [ iOS XVFB/Wayland WPE ] 2X imported/w3c/web-platform-tests/html/semantics/disabled-elements/ are constant text failures https://bugs.webkit.org/show_bug.cgi?id=255186 rdar://107775989 Unreviewed rebaseline. * LayoutTests/platform/ios-15/TestExpectations: Removed. * LayoutTests/platform/ios-15/fast/css/ios/system-color-for-css-value-expected.txt: Removed. * LayoutTests/platform/ios-15/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-cookie-expected.txt: Removed. * LayoutTests/platform/ios-15/mathml/presentation/mo-stretch-expected.txt: Removed. * LayoutTests/platform/ios-15/mathml/presentation/roots-expected.txt: Removed. * LayoutTests/platform/ios-15/mathml/radical-fallback-expected.txt: Removed. * LayoutTests/platform/ios-15/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed. * LayoutTests/platform/ios-15/svg/batik/text/textStyles-expected.txt: Removed. * LayoutTests/platform/ios-15/svg/custom/use-invalid-pattern-expected.txt: Removed. * LayoutTests/platform/ios-15/svg/custom/use-invalid-style-expected.txt: Removed. * LayoutTests/platform/ios-15/svg/hixie/error/012-expected.txt: Removed. * LayoutTests/platform/ios/TestExpectations: * LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/disabled-elements/event-propagate-disabled-keyboard.tentative-expected.txt: Added. * LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/disabled-elements/event-propagate-disabled.tentative-expected.txt: Added. Canonical link: https://commits.webkit.org/263044@main --- LayoutTests/platform/ios-15/TestExpectations | 15 - .../system-color-for-css-value-expected.txt | 219 ------- .../document-cookie-expected.txt | 7 - .../presentation/mo-stretch-expected.txt | 310 ---------- .../mathml/presentation/roots-expected.txt | 536 ------------------ .../mathml/radical-fallback-expected.txt | 23 - .../masking-path-04-b-expected.txt | 22 - .../svg/batik/text/textStyles-expected.txt | 173 ------ .../custom/use-invalid-pattern-expected.txt | 7 - .../svg/custom/use-invalid-style-expected.txt | 7 - .../ios-15/svg/hixie/error/012-expected.txt | 20 - LayoutTests/platform/ios/TestExpectations | 2 - ...e-disabled-keyboard.tentative-expected.txt | 34 ++ ...-propagate-disabled.tentative-expected.txt | 285 ++++++++++ 14 files changed, 319 insertions(+), 1341 deletions(-) delete mode 100644 LayoutTests/platform/ios-15/TestExpectations delete mode 100644 LayoutTests/platform/ios-15/fast/css/ios/system-color-for-css-value-expected.txt delete mode 100644 LayoutTests/platform/ios-15/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-cookie-expected.txt delete mode 100644 LayoutTests/platform/ios-15/mathml/presentation/mo-stretch-expected.txt delete mode 100644 LayoutTests/platform/ios-15/mathml/presentation/roots-expected.txt delete mode 100644 LayoutTests/platform/ios-15/mathml/radical-fallback-expected.txt delete mode 100644 LayoutTests/platform/ios-15/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt delete mode 100644 LayoutTests/platform/ios-15/svg/batik/text/textStyles-expected.txt delete mode 100644 LayoutTests/platform/ios-15/svg/custom/use-invalid-pattern-expected.txt delete mode 100644 LayoutTests/platform/ios-15/svg/custom/use-invalid-style-expected.txt delete mode 100644 LayoutTests/platform/ios-15/svg/hixie/error/012-expected.txt create mode 100644 LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/disabled-elements/event-propagate-disabled-keyboard.tentative-expected.txt create mode 100644 LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/disabled-elements/event-propagate-disabled.tentative-expected.txt diff --git a/LayoutTests/platform/ios-15/TestExpectations b/LayoutTests/platform/ios-15/TestExpectations deleted file mode 100644 index 76b5fe1554c7..000000000000 --- a/LayoutTests/platform/ios-15/TestExpectations +++ /dev/null @@ -1,15 +0,0 @@ -# These are the layout test expectations for Apple's iOS-15 port of WebKit. -# - - -#////////////////////////////////////////////////////////////////////////////////////////// -# Platform-specific directories. Skipped here, then re-enabled on the appropriate platform. -#////////////////////////////////////////////////////////////////////////////////////////// - -# rdar://97297483 ([ iOS16 ] fast/events/ios/rotation/zz-no-rotation.html is a constant timeout =) -fast/events/ios/rotation/zz-no-rotation.html [ Pass ] - -webkit.org/b/243494 [ Debug ] compositing/layer-creation/scale-rotation-animation-overlap.html [ Pass Timeout ] - -# Find interactions are unavailable on iOS 15. -editing/find/ios [ Skip ] diff --git a/LayoutTests/platform/ios-15/fast/css/ios/system-color-for-css-value-expected.txt b/LayoutTests/platform/ios-15/fast/css/ios/system-color-for-css-value-expected.txt deleted file mode 100644 index ce709f55e347..000000000000 --- a/LayoutTests/platform/ios-15/fast/css/ios/system-color-for-css-value-expected.txt +++ /dev/null @@ -1,219 +0,0 @@ -Test that system colors for CSS values are correct. - -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - - --apple-system-background -rgb(255, 255, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(255, 255, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(0, 0, 0) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(28, 28, 30) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-blue -rgb(0, 122, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(0, 122, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(10, 132, 255) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(10, 132, 255) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-brown -rgb(162, 132, 94) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(162, 132, 94) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(172, 142, 104) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(172, 142, 104) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-container-border -rgba(60, 60, 67, 0.29) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgba(60, 60, 67, 0.29) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgba(84, 84, 88, 0.6) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgba(84, 84, 88, 0.6) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-control-background -rgb(255, 255, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(255, 255, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(0, 0, 0) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(28, 28, 30) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-gray -rgb(142, 142, 147) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(142, 142, 147) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(142, 142, 147) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(142, 142, 147) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-green -rgb(52, 199, 89) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(52, 199, 89) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(48, 209, 88) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(48, 209, 88) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-grid -rgba(60, 60, 67, 0.29) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgba(60, 60, 67, 0.29) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgba(84, 84, 88, 0.6) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgba(84, 84, 88, 0.6) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-grouped-background -rgb(242, 242, 247) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(242, 242, 247) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(0, 0, 0) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(28, 28, 30) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-header-text -rgb(0, 0, 0) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(0, 0, 0) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(255, 255, 255) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(255, 255, 255) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-indigo -rgb(88, 86, 214) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(88, 86, 214) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(94, 92, 230) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(94, 92, 230) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-label -rgb(0, 0, 0) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(0, 0, 0) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(255, 255, 255) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(255, 255, 255) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-opaque-fill -rgb(228, 228, 229) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(228, 228, 229) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(43, 43, 46) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(43, 43, 46) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-opaque-secondary-fill -rgb(233, 233, 234) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(233, 233, 234) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(38, 38, 41) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(38, 38, 41) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-opaque-tertiary-fill -rgb(238, 238, 239) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(238, 238, 239) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(28, 28, 30) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(28, 28, 30) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-orange -rgb(255, 149, 0) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(255, 149, 0) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(255, 159, 10) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(255, 159, 10) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-pink -rgb(255, 45, 85) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(255, 45, 85) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(255, 55, 95) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(255, 55, 95) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-placeholder-text -rgba(60, 60, 67, 0.3) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgba(60, 60, 67, 0.3) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgba(235, 235, 245, 0.3) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgba(235, 235, 245, 0.3) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-purple -rgb(175, 82, 222) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(175, 82, 222) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(191, 90, 242) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(191, 90, 242) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-quaternary-label -rgba(60, 60, 67, 0.18) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgba(60, 60, 67, 0.18) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgba(235, 235, 245, 0.16) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgba(235, 235, 245, 0.16) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-red -rgb(255, 59, 48) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(255, 59, 48) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(255, 69, 58) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(255, 69, 58) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-secondary-background -rgb(242, 242, 247) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(242, 242, 247) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(28, 28, 30) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(44, 44, 46) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-secondary-grouped-background -rgb(255, 255, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(255, 255, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(28, 28, 30) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(44, 44, 46) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-secondary-label -rgba(60, 60, 67, 0.6) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgba(60, 60, 67, 0.6) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgba(235, 235, 245, 0.6) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgba(235, 235, 245, 0.6) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-selected-content-background -rgb(209, 209, 214) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(209, 209, 214) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(58, 58, 60) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(58, 58, 60) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-separator -rgba(60, 60, 67, 0.29) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgba(60, 60, 67, 0.29) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgba(84, 84, 88, 0.6) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgba(84, 84, 88, 0.6) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-teal -rgb(48, 176, 199) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(48, 176, 199) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(64, 200, 224) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(64, 200, 224) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-tertiary-background -rgb(255, 255, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(255, 255, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(44, 44, 46) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(58, 58, 60) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-tertiary-grouped-background -rgb(242, 242, 247) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(242, 242, 247) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(44, 44, 46) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(58, 58, 60) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-tertiary-label -rgba(60, 60, 67, 0.3) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgba(60, 60, 67, 0.3) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgba(235, 235, 245, 0.3) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgba(235, 235, 245, 0.3) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-text-background -rgb(255, 255, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(255, 255, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(0, 0, 0) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(28, 28, 30) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-unemphasized-selected-content-background -rgb(209, 209, 214) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(209, 209, 214) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(58, 58, 60) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(58, 58, 60) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-system-yellow -rgb(255, 204, 0) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(255, 204, 0) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(255, 214, 10) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(255, 214, 10) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --apple-wireless-playback-target-active -rgb(0, 122, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(0, 122, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(10, 132, 255) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(10, 132, 255) useDarkAppearance=true useElevatedUserInterfaceLevel=true - --webkit-control-background -rgb(255, 255, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=false -rgb(255, 255, 255) useDarkAppearance=false useElevatedUserInterfaceLevel=true -rgb(0, 0, 0) useDarkAppearance=true useElevatedUserInterfaceLevel=false -rgb(28, 28, 30) useDarkAppearance=true useElevatedUserInterfaceLevel=true - -PASS successfullyParsed is true - -TEST COMPLETE - diff --git a/LayoutTests/platform/ios-15/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-cookie-expected.txt b/LayoutTests/platform/ios-15/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-cookie-expected.txt deleted file mode 100644 index 6f9957ba2c6b..000000000000 --- a/LayoutTests/platform/ios-15/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-cookie-expected.txt +++ /dev/null @@ -1,7 +0,0 @@ - -PASS document has no cookie -PASS document.cookie -PASS document.cookie 1 -FAIL document.cookie 2 assert_equals: expected "" but got "b=A" -PASS getting cookie for a cookie-averse document returns empty string, setting does nothing - diff --git a/LayoutTests/platform/ios-15/mathml/presentation/mo-stretch-expected.txt b/LayoutTests/platform/ios-15/mathml/presentation/mo-stretch-expected.txt deleted file mode 100644 index 7fce988b6d7b..000000000000 --- a/LayoutTests/platform/ios-15/mathml/presentation/mo-stretch-expected.txt +++ /dev/null @@ -1,310 +0,0 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x259 - RenderBlock {HTML} at (0,0) size 800x259 - RenderBody {BODY} at (8,8) size 784x243 - RenderMathMLMath {math} at (0,0) size 108x25 - RenderMathMLRow {mrow} at (0,0) size 108x25 - RenderMathMLOperator {mo} at (0,6) size 6x14 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "(" - RenderMathMLOperator {mo} at (5,6) size 6x14 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: ")" - RenderMathMLOperator {mo} at (10,6) size 9x14 - RenderBlock (anonymous) at (0,0) size 8x14 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "{" - RenderMathMLOperator {mo} at (18,6) size 8x14 - RenderBlock (anonymous) at (0,0) size 8x14 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "}" - RenderMathMLOperator {mo} at (25,6) size 7x14 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "[" - RenderMathMLOperator {mo} at (31,6) size 6x14 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "]" - RenderMathMLOperator {mo} at (36,5) size 9x15 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{2308}" - RenderMathMLOperator {mo} at (44,5) size 8x15 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{2309}" - RenderMathMLOperator {mo} at (51,5) size 9x15 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{230A}" - RenderMathMLOperator {mo} at (59,5) size 8x15 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{230B}" - RenderMathMLOperator {mo} at (66,3) size 9x19 - RenderBlock (anonymous) at (0,0) size 8x20 - RenderText {#text} at (0,-3) size 8x25 - text run at (0,-3) width 8: "\x{222B}" - RenderMathMLOperator {mo} at (74,0) size 8x25 - RenderBlock (anonymous) at (0,0) size 4x12 - RenderText {#text} at (0,-6) size 4x25 - text run at (0,-6) width 4: "|" - RenderMathMLOperator {mo} at (81,1) size 9x15 - RenderBlock (anonymous) at (0,0) size 9x16 - RenderText {#text} at (0,-5) size 9x25 - text run at (0,-5) width 9: "\x{2016}" - RenderMathMLOperator {mo} at (89,1) size 19x15 - RenderBlock (anonymous) at (0,0) size 9x16 - RenderText {#text} at (0,-5) size 9x25 - text run at (0,-5) width 9: "\x{2225}" - RenderText {#text} at (107,1) size 5x19 - text run at (107,1) width 5: " " - RenderBR {BR} at (0,0) size 0x0 - RenderMathMLMath {math} at (0,25) size 123x143 - RenderMathMLRow {mrow} at (0,0) size 123x143 - RenderMathMLOperator {mo} at (0,0) size 8x143 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "(" - RenderMathMLOperator {mo} at (7,0) size 8x143 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: ")" - RenderMathMLOperator {mo} at (14,0) size 11x143 - RenderBlock (anonymous) at (0,0) size 8x14 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "{" - RenderMathMLOperator {mo} at (24,0) size 11x143 - RenderBlock (anonymous) at (0,0) size 8x14 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "}" - RenderMathMLOperator {mo} at (34,0) size 9x143 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "[" - RenderMathMLOperator {mo} at (42,0) size 8x143 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "]" - RenderMathMLOperator {mo} at (49,0) size 8x143 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{2308}" - RenderMathMLOperator {mo} at (56,0) size 8x143 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{2309}" - RenderMathMLOperator {mo} at (63,0) size 8x143 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{230A}" - RenderMathMLOperator {mo} at (70,0) size 8x143 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{230B}" - RenderMathMLOperator {mo} at (77,0) size 13x143 - RenderBlock (anonymous) at (0,0) size 8x20 - RenderText {#text} at (0,-3) size 8x25 - text run at (0,-3) width 8: "\x{222B}" - RenderMathMLOperator {mo} at (89,0) size 8x143 - RenderBlock (anonymous) at (0,0) size 4x12 - RenderText {#text} at (0,-6) size 4x25 - text run at (0,-6) width 4: "|" - RenderMathMLOperator {mo} at (96,0) size 9x76 - RenderBlock (anonymous) at (0,0) size 9x16 - RenderText {#text} at (0,-5) size 9x25 - text run at (0,-5) width 9: "\x{2016}" - RenderMathMLOperator {mo} at (104,0) size 19x76 - RenderBlock (anonymous) at (0,0) size 9x16 - RenderText {#text} at (0,-5) size 9x25 - text run at (0,-5) width 9: "\x{2225}" - RenderMathMLSpace {mspace} at (122,0) size 0x76 - RenderText {#text} at (122,85) size 5x19 - text run at (122,85) width 5: " " - RenderMathMLMath {math} at (126,50) size 123x93 - RenderMathMLRow {mrow} at (0,0) size 123x93 - RenderMathMLOperator {mo} at (0,0) size 8x93 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "(" - RenderMathMLOperator {mo} at (7,0) size 8x93 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: ")" - RenderMathMLOperator {mo} at (14,0) size 11x93 - RenderBlock (anonymous) at (0,0) size 8x14 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "{" - RenderMathMLOperator {mo} at (24,0) size 11x93 - RenderBlock (anonymous) at (0,0) size 8x14 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "}" - RenderMathMLOperator {mo} at (34,0) size 9x93 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "[" - RenderMathMLOperator {mo} at (42,0) size 8x93 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "]" - RenderMathMLOperator {mo} at (49,0) size 8x93 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{2308}" - RenderMathMLOperator {mo} at (56,0) size 8x93 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{2309}" - RenderMathMLOperator {mo} at (63,0) size 8x93 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{230A}" - RenderMathMLOperator {mo} at (70,0) size 8x93 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{230B}" - RenderMathMLOperator {mo} at (77,0) size 13x93 - RenderBlock (anonymous) at (0,0) size 8x20 - RenderText {#text} at (0,-3) size 8x25 - text run at (0,-3) width 8: "\x{222B}" - RenderMathMLOperator {mo} at (89,0) size 8x93 - RenderBlock (anonymous) at (0,0) size 4x12 - RenderText {#text} at (0,-6) size 4x25 - text run at (0,-6) width 4: "|" - RenderMathMLOperator {mo} at (96,0) size 9x51 - RenderBlock (anonymous) at (0,0) size 9x16 - RenderText {#text} at (0,-5) size 9x25 - text run at (0,-5) width 9: "\x{2016}" - RenderMathMLOperator {mo} at (104,0) size 19x51 - RenderBlock (anonymous) at (0,0) size 9x16 - RenderText {#text} at (0,-5) size 9x25 - text run at (0,-5) width 9: "\x{2225}" - RenderMathMLSpace {mspace} at (122,0) size 0x51 - RenderText {#text} at (248,85) size 5x19 - text run at (248,85) width 5: " " - RenderMathMLMath {math} at (252,80) size 114x33 - RenderMathMLRow {mrow} at (0,0) size 114x33 - RenderMathMLOperator {mo} at (0,0) size 8x33 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "(" - RenderMathMLOperator {mo} at (7,0) size 8x33 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: ")" - RenderMathMLOperator {mo} at (14,10) size 9x14 - RenderBlock (anonymous) at (0,0) size 8x14 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "{" - RenderMathMLOperator {mo} at (22,10) size 8x14 - RenderBlock (anonymous) at (0,0) size 8x14 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "}" - RenderMathMLOperator {mo} at (29,0) size 8x33 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "[" - RenderMathMLOperator {mo} at (36,0) size 9x33 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "]" - RenderMathMLOperator {mo} at (44,0) size 8x33 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{2308}" - RenderMathMLOperator {mo} at (51,0) size 8x33 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{2309}" - RenderMathMLOperator {mo} at (58,0) size 8x33 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{230A}" - RenderMathMLOperator {mo} at (65,0) size 8x33 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{230B}" - RenderMathMLOperator {mo} at (72,7) size 10x19 - RenderBlock (anonymous) at (0,0) size 8x20 - RenderText {#text} at (0,-3) size 8x25 - text run at (0,-3) width 8: "\x{222B}" - RenderMathMLOperator {mo} at (81,0) size 7x33 - RenderBlock (anonymous) at (0,0) size 4x12 - RenderText {#text} at (0,-6) size 4x25 - text run at (0,-6) width 4: "|" - RenderMathMLOperator {mo} at (87,3) size 10x15 - RenderBlock (anonymous) at (0,0) size 9x16 - RenderText {#text} at (0,-5) size 9x25 - text run at (0,-5) width 9: "\x{2016}" - RenderMathMLOperator {mo} at (96,3) size 18x15 - RenderBlock (anonymous) at (0,0) size 9x16 - RenderText {#text} at (0,-5) size 9x25 - text run at (0,-5) width 9: "\x{2225}" - RenderMathMLSpace {mspace} at (113,0) size 0x21 - RenderText {#text} at (365,85) size 5x19 - text run at (365,85) width 5: " " - RenderBR {BR} at (0,0) size 0x0 - RenderMathMLMath {math} at (0,168) size 137x75 - RenderMathMLRoot {msqrt} at (0,0) size 137x75 - RenderMathMLOperator {mo} at (14,1) size 9x74 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "(" - RenderMathMLOperator {mo} at (22,1) size 8x74 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: ")" - RenderMathMLOperator {mo} at (29,1) size 11x74 - RenderBlock (anonymous) at (0,0) size 8x14 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "{" - RenderMathMLOperator {mo} at (39,1) size 11x74 - RenderBlock (anonymous) at (0,0) size 8x14 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "}" - RenderMathMLOperator {mo} at (49,1) size 8x74 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "[" - RenderMathMLOperator {mo} at (56,1) size 9x74 - RenderBlock (anonymous) at (0,0) size 6x14 - RenderText {#text} at (0,-6) size 6x25 - text run at (0,-6) width 6: "]" - RenderMathMLOperator {mo} at (64,1) size 8x74 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{2308}" - RenderMathMLOperator {mo} at (71,1) size 8x74 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{2309}" - RenderMathMLOperator {mo} at (78,1) size 8x74 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{230A}" - RenderMathMLOperator {mo} at (85,1) size 8x74 - RenderBlock (anonymous) at (0,0) size 8x16 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "\x{230B}" - RenderMathMLOperator {mo} at (92,1) size 13x74 - RenderBlock (anonymous) at (0,0) size 8x20 - RenderText {#text} at (0,-3) size 8x25 - text run at (0,-3) width 8: "\x{222B}" - RenderMathMLOperator {mo} at (104,1) size 8x74 - RenderBlock (anonymous) at (0,0) size 4x12 - RenderText {#text} at (0,-6) size 4x25 - text run at (0,-6) width 4: "|" - RenderMathMLOperator {mo} at (111,1) size 9x42 - RenderBlock (anonymous) at (0,0) size 9x16 - RenderText {#text} at (0,-5) size 9x25 - text run at (0,-5) width 9: "\x{2016}" - RenderMathMLOperator {mo} at (119,1) size 18x42 - RenderBlock (anonymous) at (0,0) size 9x16 - RenderText {#text} at (0,-5) size 9x25 - text run at (0,-5) width 9: "\x{2225}" - RenderMathMLSpace {mspace} at (137,1) size 0x42 - RenderText {#text} at (0,0) size 0x0 diff --git a/LayoutTests/platform/ios-15/mathml/presentation/roots-expected.txt b/LayoutTests/platform/ios-15/mathml/presentation/roots-expected.txt deleted file mode 100644 index 3b379fdc7ff3..000000000000 --- a/LayoutTests/platform/ios-15/mathml/presentation/roots-expected.txt +++ /dev/null @@ -1,536 +0,0 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x506 - RenderBlock {html} at (0,0) size 800x506 - RenderBody {body} at (8,16) size 784x474 - RenderBlock {p} at (0,0) size 784x22 - RenderText {#text} at (0,0) size 181x19 - text run at (0,0) width 181: "square root (should be red): " - RenderMathMLMath {math} at (180,2) size 24x20 - RenderMathMLRoot {msqrt} at (0,0) size 23x20 [color=#FF0000] - RenderMathMLToken {mn} at (14,1) size 9x12 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "2" - RenderBlock {p} at (0,38) size 784x22 - RenderText {#text} at (0,0) size 113x19 - text run at (0,0) width 113: "long square root: " - RenderMathMLMath {math} at (112,2) size 51x20 - RenderMathMLRoot {msqrt} at (0,0) size 50x20 - RenderMathMLRow {mrow} at (14,1) size 36x13 - RenderMathMLToken {mi} at (0,4) size 9x8 [padding: 0 2 0 0] - RenderBlock (anonymous) at (0,0) size 8x8 - RenderText {#text} at (0,-9) size 8x25 - text run at (0,-9) width 8: "x" - RenderMathMLOperator {mo} at (8,2) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLToken {mn} at (26,0) size 9x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "1" - RenderBlock {p} at (0,76) size 784x23 - RenderText {#text} at (0,3) size 227x19 - text run at (0,3) width 227: "long square root with implied row: " - RenderMathMLMath {math} at (226,0) size 60x20 - RenderMathMLRoot {msqrt} at (0,0) size 59x20 - RenderMathMLScripts {msup} at (14,1) size 19x18 - RenderMathMLToken {mi} at (0,9) size 9x8 [padding: 0 2 0 0] - RenderBlock (anonymous) at (0,0) size 8x8 - RenderText {#text} at (0,-9) size 8x25 - text run at (0,-9) width 8: "x" - RenderMathMLToken {mn} at (8,0) size 7x9 - RenderBlock (anonymous) at (0,0) size 6x9 - RenderText {#text} at (0,-4) size 6x19 - text run at (0,-4) width 6: "2" - RenderMathMLOperator {mo} at (32,8) size 19x11 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLToken {mn} at (50,6) size 9x12 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "1" - RenderBlock {p} at (0,115) size 784x28 - RenderText {#text} at (0,4) size 117x19 - text run at (0,4) width 117: "root of a fraction: " - RenderMathMLMath {math} at (116,0) size 51x29 - RenderMathMLRoot {msqrt} at (0,0) size 50x29 - RenderMathMLFraction {mfrac} at (14,1) size 36x28 - RenderMathMLRow {mrow} at (0,0) size 35x12 - RenderMathMLToken {mi} at (0,4) size 9x8 [padding: 0 2 0 0] - RenderBlock (anonymous) at (0,0) size 8x8 - RenderText {#text} at (0,-9) size 8x25 - text run at (0,-9) width 8: "x" - RenderMathMLOperator {mo} at (8,2) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLToken {mn} at (26,0) size 9x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "1" - RenderMathMLRow {mrow} at (0,14) size 35x13 - RenderMathMLToken {mi} at (0,4) size 9x8 [padding: 0 2 0 0] - RenderBlock (anonymous) at (0,0) size 8x8 - RenderText {#text} at (0,-9) size 8x25 - text run at (0,-9) width 8: "x" - RenderMathMLOperator {mo} at (8,2) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLToken {mn} at (26,0) size 9x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "2" - RenderBlock {p} at (0,159) size 784x22 - RenderText {#text} at (0,0) size 177x19 - text run at (0,0) width 177: "cube root (should be blue): " - RenderMathMLMath {math} at (176,1) size 24x21 [color=#0000FF] - RenderMathMLRoot {mroot} at (0,0) size 23x21 - RenderMathMLToken {mn} at (14,2) size 9x12 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "2" - RenderMathMLToken {mn} at (4,0) size 5x9 - RenderBlock (anonymous) at (0,0) size 5x8 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "3" - RenderBlock {p} at (0,197) size 784x22 - RenderText {#text} at (0,0) size 77x19 - text run at (0,0) width 77: "long index: " - RenderMathMLMath {math} at (76,1) size 54x21 - RenderMathMLRoot {mroot} at (0,0) size 53x21 - RenderMathMLToken {mn} at (44,2) size 9x12 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "2" - RenderMathMLRow {mrow} at (4,2) size 35x7 - RenderMathMLToken {mi} at (0,1) size 5x5 [padding: 0 1 0 0] - RenderBlock (anonymous) at (0,0) size 5x5 - RenderText {#text} at (0,-5) size 5x15 - text run at (0,-5) width 5: "x" - RenderMathMLOperator {mo} at (4,0) size 12x6 - RenderBlock (anonymous) at (2,0) size 7x6 - RenderText {#text} at (0,-5) size 7x15 - text run at (0,-5) width 7: "+" - RenderMathMLToken {mi} at (15,1) size 5x6 [padding: 0 1 0 0] - RenderBlock (anonymous) at (0,0) size 5x7 - RenderText {#text} at (0,-5) size 5x15 - text run at (0,-5) width 5: "y" - RenderMathMLOperator {mo} at (19,0) size 11x6 - RenderBlock (anonymous) at (2,0) size 7x6 - RenderText {#text} at (0,-5) size 7x15 - text run at (0,-5) width 7: "+" - RenderMathMLToken {mi} at (29,1) size 6x5 [padding: 0 1 0 0] - RenderBlock (anonymous) at (0,0) size 4x5 - RenderText {#text} at (0,-5) size 4x15 - text run at (0,-5) width 4: "z" - RenderBlock {p} at (0,235) size 784x29 - RenderText {#text} at (0,5) size 188x19 - text run at (0,5) width 188: "long index w/ complex base: " - RenderMathMLMath {math} at (187,0) size 81x29 - RenderMathMLRoot {mroot} at (0,0) size 80x29 - RenderMathMLFraction {mfrac} at (44,2) size 36x27 - RenderMathMLRow {mrow} at (0,0) size 35x12 - RenderMathMLToken {mi} at (0,4) size 9x8 [padding: 0 2 0 0] - RenderBlock (anonymous) at (0,0) size 8x8 - RenderText {#text} at (0,-9) size 8x25 - text run at (0,-9) width 8: "x" - RenderMathMLOperator {mo} at (8,2) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLToken {mn} at (26,0) size 9x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "1" - RenderMathMLRow {mrow} at (0,14) size 35x13 - RenderMathMLToken {mi} at (0,4) size 9x8 [padding: 0 2 0 0] - RenderBlock (anonymous) at (0,0) size 8x8 - RenderText {#text} at (0,-9) size 8x25 - text run at (0,-9) width 8: "x" - RenderMathMLOperator {mo} at (8,2) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLToken {mn} at (26,0) size 9x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "2" - RenderMathMLRow {mrow} at (4,5) size 35x8 - RenderMathMLToken {mi} at (0,1) size 5x5 [padding: 0 1 0 0] - RenderBlock (anonymous) at (0,0) size 5x5 - RenderText {#text} at (0,-5) size 5x15 - text run at (0,-5) width 5: "x" - RenderMathMLOperator {mo} at (4,0) size 12x6 - RenderBlock (anonymous) at (2,0) size 7x6 - RenderText {#text} at (0,-5) size 7x15 - text run at (0,-5) width 7: "+" - RenderMathMLToken {mi} at (15,1) size 5x6 [padding: 0 1 0 0] - RenderBlock (anonymous) at (0,0) size 5x7 - RenderText {#text} at (0,-5) size 5x15 - text run at (0,-5) width 5: "y" - RenderMathMLOperator {mo} at (19,0) size 11x6 - RenderBlock (anonymous) at (2,0) size 7x6 - RenderText {#text} at (0,-5) size 7x15 - text run at (0,-5) width 7: "+" - RenderMathMLToken {mi} at (29,1) size 6x5 [padding: 0 1 0 0] - RenderBlock (anonymous) at (0,0) size 4x5 - RenderText {#text} at (0,-5) size 4x15 - text run at (0,-5) width 4: "z" - RenderBlock {p} at (0,280) size 784x28 - RenderText {#text} at (0,6) size 77x19 - text run at (0,6) width 77: "high index: " - RenderMathMLMath {math} at (76,0) size 24x29 - RenderMathMLRoot {mroot} at (0,0) size 24x29 - RenderMathMLToken {mn} at (15,10) size 9x12 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "2" - RenderMathMLFraction {mfrac} at (4,0) size 6x17 - RenderMathMLFraction {mfrac} at (0,0) size 5x11 - RenderMathMLToken {mi} at (0,0) size 5x5 [padding: 0 1 0 0] - RenderBlock (anonymous) at (0,0) size 5x5 - RenderText {#text} at (0,-5) size 5x15 - text run at (0,-5) width 5: "x" - RenderMathMLToken {mi} at (0,5) size 5x6 [padding: 0 1 0 0] - RenderBlock (anonymous) at (0,0) size 5x7 - RenderText {#text} at (0,-5) size 5x15 - text run at (0,-5) width 5: "y" - RenderMathMLToken {mi} at (0,12) size 5x5 [padding: 0 1 0 0] - RenderBlock (anonymous) at (0,0) size 4x5 - RenderText {#text} at (0,-5) size 4x15 - text run at (0,-5) width 4: "z" - RenderBlock {p} at (0,324) size 784x32 - RenderText {#text} at (0,12) size 160x19 - text run at (0,12) width 160: "Imbricated square roots: " - RenderMathMLMath {math} at (159,0) size 314x33 - RenderMathMLRoot {msqrt} at (0,0) size 313x33 - RenderMathMLToken {mn} at (14,15) size 9x12 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "1" - RenderMathMLOperator {mo} at (22,17) size 19x11 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {msqrt} at (40,1) size 273x32 - RenderMathMLRow {mrow} at (14,1) size 258x30 - RenderMathMLToken {mn} at (0,12) size 8x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "2" - RenderMathMLOperator {mo} at (8,14) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {msqrt} at (26,0) size 231x29 - RenderMathMLRow {mrow} at (14,1) size 217x28 - RenderMathMLToken {mn} at (0,10) size 8x12 - RenderBlock (anonymous) at (0,0) size 8x12 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "3" - RenderMathMLOperator {mo} at (8,12) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {msqrt} at (26,0) size 190x27 - RenderMathMLRow {mrow} at (14,1) size 176x26 - RenderMathMLToken {mn} at (0,8) size 8x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "4" - RenderMathMLOperator {mo} at (8,10) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {msqrt} at (26,0) size 150x26 - RenderMathMLRow {mrow} at (14,1) size 136x25 - RenderMathMLToken {mn} at (0,5) size 8x13 - RenderBlock (anonymous) at (0,0) size 8x13 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "5" - RenderMathMLOperator {mo} at (8,8) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {msqrt} at (26,0) size 109x24 - RenderMathMLRow {mrow} at (14,1) size 95x23 - RenderMathMLToken {mn} at (0,4) size 8x12 - RenderBlock (anonymous) at (0,0) size 8x12 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "6" - RenderMathMLOperator {mo} at (8,6) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {msqrt} at (26,0) size 68x22 - RenderMathMLRow {mrow} at (14,1) size 54x21 - RenderMathMLToken {mn} at (0,2) size 8x12 - RenderBlock (anonymous) at (0,0) size 8x12 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "7" - RenderMathMLOperator {mo} at (8,4) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {msqrt} at (26,0) size 27x20 - RenderMathMLToken {mi} at (14,1) size 13x12 [padding: 0 2 0 0] - RenderBlock (anonymous) at (0,0) size 12x11 - RenderText {#text} at (0,-6) size 12x25 - text run at (0,-6) width 12: "A" - RenderText {#text} at (0,0) size 0x0 - RenderBlock {p} at (0,372) size 784x43 - RenderText {#text} at (0,23) size 114x19 - text run at (0,23) width 114: "Imbricated roots: " - RenderMathMLMath {math} at (113,0) size 329x42 - RenderMathMLRoot {mroot} at (0,0) size 329x42 - RenderMathMLRow {mrow} at (14,2) size 315x40 - RenderMathMLToken {mn} at (0,24) size 8x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "1" - RenderMathMLOperator {mo} at (8,26) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {mroot} at (26,0) size 288x40 - RenderMathMLRow {mrow} at (14,2) size 274x38 - RenderMathMLToken {mn} at (0,21) size 8x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "2" - RenderMathMLOperator {mo} at (8,23) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {mroot} at (26,0) size 247x37 - RenderMathMLRow {mrow} at (14,2) size 233x35 - RenderMathMLToken {mn} at (0,18) size 8x12 - RenderBlock (anonymous) at (0,0) size 8x12 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "3" - RenderMathMLOperator {mo} at (8,20) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {mroot} at (26,0) size 206x35 - RenderMathMLRow {mrow} at (14,2) size 192x33 - RenderMathMLToken {mn} at (0,15) size 8x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "4" - RenderMathMLOperator {mo} at (8,17) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {mroot} at (26,0) size 165x32 - RenderMathMLRow {mrow} at (14,2) size 151x30 - RenderMathMLToken {mn} at (0,11) size 8x13 - RenderBlock (anonymous) at (0,0) size 8x13 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "5" - RenderMathMLOperator {mo} at (8,14) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {mroot} at (26,0) size 124x30 - RenderMathMLRow {mrow} at (14,2) size 110x28 - RenderMathMLToken {mn} at (0,9) size 8x12 - RenderBlock (anonymous) at (0,0) size 8x12 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "6" - RenderMathMLOperator {mo} at (8,11) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {mroot} at (26,0) size 83x27 - RenderMathMLRow {mrow} at (14,2) size 69x25 - RenderMathMLToken {mn} at (0,6) size 8x12 - RenderBlock (anonymous) at (0,0) size 8x12 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "7" - RenderMathMLOperator {mo} at (8,8) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11: "+" - RenderMathMLRoot {mroot} at (26,0) size 42x24 - RenderMathMLToken {mi} at (29,5) size 13x12 [padding: 0 2 0 0] - RenderBlock (anonymous) at (0,0) size 12x11 - RenderText {#text} at (0,-6) size 12x25 - text run at (0,-6) width 12: "A" - RenderMathMLFraction {mfrac} at (4,0) size 20x13 - RenderMathMLRow {mrow} at (0,0) size 20x7 - RenderMathMLToken {mi} at (0,1) size 5x5 [padding: 0 1 0 0] - RenderBlock (anonymous) at (0,0) size 5x5 - RenderText {#text} at (0,-5) size 5x15 - text run at (0,-5) width 5: "x" - RenderMathMLOperator {mo} at (4,0) size 12x6 - RenderBlock (anonymous) at (2,0) size 7x6 - RenderText {#text} at (0,-5) size 7x15 - text run at (0,-5) width 7: "+" - RenderMathMLToken {mi} at (15,1) size 5x6 [padding: 0 1 0 0] - RenderBlock (anonymous) at (0,0) size 5x7 - RenderText {#text} at (0,-5) size 5x15 - text run at (0,-5) width 5: "y" - RenderMathMLToken {mi} at (7,7) size 6x6 [padding: 0 1 0 0] - RenderBlock (anonymous) at (0,0) size 4x5 - RenderText {#text} at (0,-5) size 4x15 - text run at (0,-5) width 4: "z" - RenderMathMLToken {mn} at (4,3) size 5x9 - RenderBlock (anonymous) at (0,0) size 5x8 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "9" - RenderMathMLToken {mn} at (4,4) size 5x9 - RenderBlock (anonymous) at (0,0) size 5x8 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "8" - RenderMathMLToken {mn} at (4,6) size 5x8 - RenderBlock (anonymous) at (0,0) size 5x7 - RenderText {#text} at (0,-4) size 5x15 - text run at (0,-4) width 5: "7" - RenderMathMLToken {mn} at (4,6) size 5x9 - RenderBlock (anonymous) at (0,0) size 5x8 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "6" - RenderMathMLToken {mn} at (4,7) size 5x9 - RenderBlock (anonymous) at (0,0) size 5x8 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "5" - RenderMathMLToken {mn} at (4,9) size 5x8 - RenderBlock (anonymous) at (0,0) size 5x7 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "4" - RenderMathMLToken {mn} at (4,9) size 5x9 - RenderBlock (anonymous) at (0,0) size 5x8 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "3" - RenderText {#text} at (0,0) size 0x0 - RenderBlock {p} at (0,431) size 784x43 - RenderText {#text} at (0,23) size 74x19 - text run at (0,23) width 74: "RTL roots: " - RenderMathMLMath {math} at (73,0) size 329x42 - RenderMathMLRoot {mroot} at (0,0) size 329x42 - RenderMathMLRow {mrow} at (0,2) size 314x40 - RenderMathMLToken {mn} at (305,24) size 9x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "1" - RenderMathMLOperator {mo} at (287,26) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11 RTL: "+" - RenderMathMLRoot {mroot} at (0,0) size 288x40 - RenderMathMLRow {mrow} at (0,2) size 273x38 - RenderMathMLToken {mn} at (264,21) size 9x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "2" - RenderMathMLOperator {mo} at (246,23) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11 RTL: "+" - RenderMathMLRoot {mroot} at (0,0) size 247x37 - RenderMathMLRow {mrow} at (0,2) size 232x35 - RenderMathMLToken {mn} at (223,18) size 9x12 - RenderBlock (anonymous) at (0,0) size 8x12 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "3" - RenderMathMLOperator {mo} at (205,20) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11 RTL: "+" - RenderMathMLRoot {mroot} at (0,0) size 206x35 - RenderMathMLRow {mrow} at (0,2) size 191x33 - RenderMathMLToken {mn} at (182,15) size 9x11 - RenderBlock (anonymous) at (0,0) size 8x11 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "4" - RenderMathMLOperator {mo} at (164,17) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11 RTL: "+" - RenderMathMLRoot {mroot} at (0,0) size 165x32 - RenderMathMLRow {mrow} at (0,2) size 150x30 - RenderMathMLToken {mn} at (141,11) size 9x13 - RenderBlock (anonymous) at (0,0) size 8x13 - RenderText {#text} at (0,-5) size 8x25 - text run at (0,-5) width 8: "5" - RenderMathMLOperator {mo} at (123,14) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11 RTL: "+" - RenderMathMLRoot {mroot} at (0,0) size 124x30 - RenderMathMLRow {mrow} at (0,2) size 109x28 - RenderMathMLToken {mn} at (100,9) size 9x12 - RenderBlock (anonymous) at (0,0) size 8x12 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "6" - RenderMathMLOperator {mo} at (82,11) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11 RTL: "+" - RenderMathMLRoot {mroot} at (0,0) size 83x27 - RenderMathMLRow {mrow} at (0,2) size 68x25 - RenderMathMLToken {mn} at (59,6) size 9x12 - RenderBlock (anonymous) at (0,0) size 8x12 - RenderText {#text} at (0,-6) size 8x25 - text run at (0,-6) width 8: "7" - RenderMathMLOperator {mo} at (41,8) size 19x10 - RenderBlock (anonymous) at (3,0) size 12x10 - RenderText {#text} at (0,-8) size 11x25 - text run at (0,-8) width 11 RTL: "+" - RenderMathMLRoot {mroot} at (0,0) size 42x24 - RenderMathMLToken {mi} at (0,5) size 12x12 [padding: 0 0 0 2] - RenderBlock (anonymous) at (0,0) size 12x11 - RenderText {#text} at (0,-6) size 12x25 - text run at (0,-6) width 12: "A" - RenderMathMLFraction {mfrac} at (17,0) size 20x13 - RenderMathMLRow {mrow} at (0,0) size 20x7 - RenderMathMLToken {mi} at (14,1) size 6x5 [padding: 0 0 0 1] - RenderBlock (anonymous) at (0,0) size 5x5 - RenderText {#text} at (0,-5) size 5x15 - text run at (0,-5) width 5: "x" - RenderMathMLOperator {mo} at (4,0) size 11x6 - RenderBlock (anonymous) at (2,0) size 7x6 - RenderText {#text} at (0,-5) size 7x15 - text run at (0,-5) width 7 RTL: "+" - RenderMathMLToken {mi} at (0,1) size 5x6 [padding: 0 0 0 1] - RenderBlock (anonymous) at (0,0) size 5x7 - RenderText {#text} at (0,-5) size 5x15 - text run at (0,-5) width 5: "y" - RenderMathMLToken {mi} at (7,7) size 6x6 [padding: 0 0 0 1] - RenderBlock (anonymous) at (0,0) size 4x5 - RenderText {#text} at (0,-5) size 4x15 - text run at (0,-5) width 4: "z" - RenderMathMLToken {mn} at (73,3) size 5x9 - RenderBlock (anonymous) at (0,0) size 5x8 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "9" - RenderMathMLToken {mn} at (114,4) size 5x9 - RenderBlock (anonymous) at (0,0) size 5x8 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "8" - RenderMathMLToken {mn} at (155,6) size 5x8 - RenderBlock (anonymous) at (0,0) size 5x7 - RenderText {#text} at (0,-4) size 5x15 - text run at (0,-4) width 5: "7" - RenderMathMLToken {mn} at (196,6) size 5x9 - RenderBlock (anonymous) at (0,0) size 5x8 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "6" - RenderMathMLToken {mn} at (237,7) size 5x9 - RenderBlock (anonymous) at (0,0) size 5x8 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "5" - RenderMathMLToken {mn} at (278,9) size 5x8 - RenderBlock (anonymous) at (0,0) size 5x7 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "4" - RenderMathMLToken {mn} at (319,9) size 5x9 - RenderBlock (anonymous) at (0,0) size 5x8 - RenderText {#text} at (0,-3) size 5x15 - text run at (0,-3) width 5: "3" - RenderText {#text} at (0,0) size 0x0 diff --git a/LayoutTests/platform/ios-15/mathml/radical-fallback-expected.txt b/LayoutTests/platform/ios-15/mathml/radical-fallback-expected.txt deleted file mode 100644 index 919b51a805bb..000000000000 --- a/LayoutTests/platform/ios-15/mathml/radical-fallback-expected.txt +++ /dev/null @@ -1,23 +0,0 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x222 - RenderBlock {HTML} at (0,0) size 800x222 - RenderBody {BODY} at (8,16) size 784x190 - RenderBlock {P} at (0,0) size 784x87 - RenderText {#text} at (0,67) size 132x19 - text run at (0,67) width 132: "Large LTR radicals: " - RenderMathMLMath {math} at (131,0) size 25x82 - RenderMathMLRoot {msqrt} at (0,0) size 15x82 - RenderMathMLSpace {mspace} at (14,1) size 0x81 - RenderMathMLRoot {msqrt} at (14,0) size 10x82 - RenderMathMLSpace {mspace} at (8,1) size 0x81 - RenderText {#text} at (0,0) size 0x0 - RenderBlock {P} at (0,103) size 784x87 - RenderText {#text} at (0,67) size 132x19 - text run at (0,67) width 132: "Large RTL radicals: " - RenderMathMLMath {math} at (131,0) size 25x82 - RenderMathMLRoot {msqrt} at (8,0) size 16x82 - RenderMathMLSpace {mspace} at (0,1) size 0x81 - RenderMathMLRoot {msqrt} at (0,0) size 9x82 - RenderMathMLSpace {mspace} at (0,1) size 0x81 - RenderText {#text} at (0,0) size 0x0 diff --git a/LayoutTests/platform/ios-15/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt b/LayoutTests/platform/ios-15/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt deleted file mode 100644 index 97027f06d837..000000000000 --- a/LayoutTests/platform/ios-15/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt +++ /dev/null @@ -1,22 +0,0 @@ -layer at (0,0) size 480x360 - RenderView at (0,0) size 480x360 -layer at (0,0) size 480x360 - RenderSVGRoot {svg} at (0,0) size 480x360 - RenderSVGContainer {g} at (30,20) size 410x272 - RenderSVGHiddenContainer {defs} at (0,0) size 0x0 - RenderSVGResourceClipper {clipPath} [id="sample"] [clipPathUnits=userSpaceOnUse] - RenderSVGText {text} at (45,180) size 370x112 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 370x112 - chunk 1 text run 1 at (45.00,270.00) startOffset 0 endOffset 9 width 369.43: "Clip Test" - RenderSVGContainer {g} at (30,20) size 410x140 - RenderSVGImage {image} at (30,20) size 410x140 - RenderSVGText {text} at (55,40) size 370x112 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 370x112 - chunk 1 text run 1 at (55.00,130.00) startOffset 0 endOffset 9 width 369.43: "Clip Test" - RenderSVGContainer {g} at (45,180) size 370x112 - RenderSVGImage {image} at (45,180) size 370x112 - [clipPath="sample"] RenderSVGResourceClipper {clipPath} at (45,180.50) size 369.44x111.50 - RenderSVGText {text} at (10,304) size 264x45 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 264x45 - chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 263.34: "$Revision: 1.8 $" - RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00] diff --git a/LayoutTests/platform/ios-15/svg/batik/text/textStyles-expected.txt b/LayoutTests/platform/ios-15/svg/batik/text/textStyles-expected.txt deleted file mode 100644 index c8072d3954de..000000000000 --- a/LayoutTests/platform/ios-15/svg/batik/text/textStyles-expected.txt +++ /dev/null @@ -1,173 +0,0 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 450x500 - RenderSVGRoot {svg} at (0,0) size 448x498 - RenderSVGHiddenContainer {defs} at (0,0) size 0x0 - RenderSVGText {text} at (-23,-15) size 46x19 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 46x18 - chunk 1 (middle anchor) text run 1 at (-22.66,0.00) startOffset 0 endOffset 6 width 45.32: "sample" - RenderSVGContainer {g} at (31,36) size 384x392 - RenderSVGText {text} at (133,36) size 184x18 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 183x18 - chunk 1 (middle anchor) text run 1 at (133.71,50.00) startOffset 0 endOffset 26 width 182.58: "Text Font Faces and Styles" - RenderSVGText {text} at (184,66) size 82x12 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 82x12 - chunk 1 (middle anchor) text run 1 at (184.17,75.00) startOffset 0 endOffset 19 width 81.66: "Standard Font Faces" - RenderSVGContainer {g} at (39,83) size 122x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,110.00)}] - RenderSVGContainer {use} at (57,83) size 86x34 - RenderSVGText {text} at (-43,-27) size 86x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 85x34 - chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: "sample" - RenderSVGText {text} at (-61,4) size 122x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 122x14 - chunk 1 (middle anchor) text run 1 at (-60.82,15.00) startOffset 0 endOffset 24 width 121.65: "SansSerif, normal weight" - RenderSVGContainer {g} at (180,83) size 90x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,110.00)}] - RenderSVGContainer {use} at (180,83) size 90x34 - RenderSVGText {text} at (-45,-27) size 90x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 90x34 - chunk 1 (middle anchor) text run 1 at (-45.00,0.00) startOffset 0 endOffset 6 width 90.00: "sample" - RenderSVGText {text} at (-37,4) size 74x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 74x14 - chunk 1 (middle anchor) text run 1 at (-36.67,15.00) startOffset 0 endOffset 15 width 73.33: "SansSerif, bold" - RenderSVGContainer {g} at (306,83) size 88x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,110.00)}] - RenderSVGContainer {use} at (307,83) size 86x34 - RenderSVGText {text} at (-43,-27) size 86x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 85x34 - chunk 1 (middle anchor) text run 1 at (-42.50,0.00) startOffset 0 endOffset 6 width 84.99: "sample" - RenderSVGText {text} at (-44,4) size 88x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 88x14 - chunk 1 (middle anchor) text run 1 at (-44.00,15.00) startOffset 0 endOffset 18 width 87.99: "SansSerif, oblique" - RenderSVGContainer {g} at (50,133) size 100x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,160.00)}] - RenderSVGContainer {use} at (57,133) size 86x34 - RenderSVGText {text} at (-43,-27) size 86x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 85x34 - chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: "sample" - RenderSVGText {text} at (-50,4) size 100x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 99x14 - chunk 1 (middle anchor) text run 1 at (-49.49,15.00) startOffset 0 endOffset 20 width 98.98: "Serif, normal weight" - RenderSVGContainer {g} at (180,133) size 90x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,160.00)}] - RenderSVGContainer {use} at (180,133) size 90x34 - RenderSVGText {text} at (-45,-27) size 90x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 90x34 - chunk 1 (middle anchor) text run 1 at (-45.00,0.00) startOffset 0 endOffset 6 width 90.00: "sample" - RenderSVGText {text} at (-26,4) size 52x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 51x14 - chunk 1 (middle anchor) text run 1 at (-25.33,15.00) startOffset 0 endOffset 11 width 50.66: "Serif, bold" - RenderSVGContainer {g} at (307,133) size 86x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,160.00)}] - RenderSVGContainer {use} at (307,133) size 86x34 - RenderSVGText {text} at (-43,-27) size 86x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 85x34 - chunk 1 (middle anchor) text run 1 at (-42.50,0.00) startOffset 0 endOffset 6 width 84.99: "sample" - RenderSVGText {text} at (-33,4) size 66x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 66x14 - chunk 1 (middle anchor) text run 1 at (-32.66,15.00) startOffset 0 endOffset 14 width 65.32: "Serif, oblique" - RenderSVGContainer {g} at (31,183) size 138x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,210.00)}] - RenderSVGContainer {use} at (57,183) size 86x34 - RenderSVGText {text} at (-43,-27) size 86x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 85x34 - chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: "sample" - RenderSVGText {text} at (-69,4) size 138x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 137x14 - chunk 1 (middle anchor) text run 1 at (-68.48,15.00) startOffset 0 endOffset 25 width 136.97: "Monospaced, normal weight" - RenderSVGContainer {g} at (180,183) size 90x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,210.00)}] - RenderSVGContainer {use} at (180,183) size 90x34 - RenderSVGText {text} at (-45,-27) size 90x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 90x34 - chunk 1 (middle anchor) text run 1 at (-45.00,0.00) startOffset 0 endOffset 6 width 90.00: "sample" - RenderSVGText {text} at (-45,4) size 90x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 89x14 - chunk 1 (middle anchor) text run 1 at (-44.33,15.00) startOffset 0 endOffset 16 width 88.65: "Monospaced, bold" - RenderSVGContainer {g} at (298,183) size 104x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,210.00)}] - RenderSVGContainer {use} at (307,183) size 86x34 - RenderSVGText {text} at (-43,-27) size 86x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 85x34 - chunk 1 (middle anchor) text run 1 at (-42.50,0.00) startOffset 0 endOffset 6 width 84.99: "sample" - RenderSVGText {text} at (-52,4) size 104x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 104x14 - chunk 1 (middle anchor) text run 1 at (-51.66,15.00) startOffset 0 endOffset 19 width 103.31: "Monospaced, oblique" - RenderSVGContainer {g} at (57,233) size 86x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,260.00)}] - RenderSVGContainer {use} at (57,233) size 86x34 - RenderSVGText {text} at (-43,-27) size 86x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 85x34 - chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: "sample" - RenderSVGText {text} at (-21,4) size 42x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 42x14 - chunk 1 (middle anchor) text run 1 at (-20.65,15.00) startOffset 0 endOffset 9 width 41.31: "(default)" - RenderSVGContainer {g} at (173,233) size 104x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,260.00)}] - RenderSVGContainer {use} at (181,233) size 88x34 - RenderSVGText {text} at (-44,-27) size 88x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 87x34 - chunk 1 (middle anchor) text run 1 at (-43.33,0.00) startOffset 0 endOffset 6 width 86.66: "sample" - RenderSVGText {text} at (-52,4) size 104x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 103x14 - chunk 1 (middle anchor) text run 1 at (-51.32,15.00) startOffset 0 endOffset 22 width 102.64: "default, bold, oblique" - RenderSVGContainer {g} at (288,232) size 124x46 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,260.00)}] - RenderSVGContainer {use} at (306,232) size 88x36 - RenderSVGText {text} at (-43,-27) size 86x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 85x34 - chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: "sample" - RenderSVGText {text} at (-62,4) size 124x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 124x14 - chunk 1 (middle anchor) text run 1 at (-61.76,15.00) startOffset 0 endOffset 25 width 123.52: "stroke-width=1, fill=none" - RenderSVGText {text} at (181,301) size 88x12 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 87x12 - chunk 1 (middle anchor) text run 1 at (181.67,310.00) startOffset 0 endOffset 19 width 86.66: "Named Font Families" - RenderSVGText {text} at (129,316) size 192x12 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 191x12 - chunk 1 (middle anchor) text run 1 at (129.74,325.00) startOffset 0 endOffset 49 width 190.52: "(Not all typefaces are available on all systems.)" - RenderSVGContainer {g} at (57,333) size 86x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,360.00)}] - RenderSVGContainer {use} at (57,333) size 86x34 - RenderSVGText {text} at (-43,-27) size 86x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 85x34 - chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: "sample" - RenderSVGText {text} at (-15,4) size 30x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 30x14 - chunk 1 (middle anchor) text run 1 at (-15.00,15.00) startOffset 0 endOffset 5 width 29.99: "Times" - RenderSVGContainer {g} at (171,329) size 108x49 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,360.00)}] - RenderSVGContainer {use} at (171,329) size 108x38 - RenderSVGText {text} at (-54,-31) size 108x38 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 108x37 - chunk 1 (middle anchor) text run 1 at (-53.81,0.00) startOffset 0 endOffset 6 width 107.62: "sample" - RenderSVGText {text} at (-21,4) size 42x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 41x14 - chunk 1 (middle anchor) text run 1 at (-20.32,15.00) startOffset 0 endOffset 7 width 40.64: "Verdana" - RenderSVGContainer {g} at (301,331) size 98x47 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,360.00)}] - RenderSVGContainer {use} at (301,331) size 98x36 - RenderSVGText {text} at (-49,-29) size 98x36 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 97x36 - chunk 1 (middle anchor) text run 1 at (-48.35,0.00) startOffset 0 endOffset 6 width 96.71: "sample" - RenderSVGText {text} at (-23,4) size 46x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 46x14 - chunk 1 (middle anchor) text run 1 at (-22.99,15.00) startOffset 0 endOffset 9 width 45.97: "Helvetica" - RenderSVGContainer {g} at (51,382) size 98x46 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,410.00)}] - RenderSVGText {text} at (-49,-28) size 98x35 contains 1 chunk(s) - RenderSVGInline {tref} at (0,0) size 97x34 - RenderSVGInlineText {#text} at (0,0) size 97x34 - chunk 1 (middle anchor) text run 1 at (-48.35,0.00) startOffset 0 endOffset 6 width 96.71: "sample" - RenderSVGText {text} at (-44,4) size 88x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 87x14 - chunk 1 (middle anchor) text run 1 at (-43.48,15.00) startOffset 0 endOffset 18 width 86.96: "Arial (underlined)" - RenderSVGContainer {g} at (182,383) size 86x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(225.00,410.00)}] - RenderSVGContainer {use} at (182,383) size 86x34 - RenderSVGText {text} at (-43,-27) size 86x34 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 85x34 - chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: "sample" - RenderSVGText {text} at (-17,4) size 34x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 34x14 - chunk 1 (middle anchor) text run 1 at (-16.66,15.00) startOffset 0 endOffset 6 width 33.32: "Impact" - RenderSVGContainer {g} at (285,383) size 130x45 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,410.00)}] - RenderSVGText {text} at (-43,-27) size 86x34 contains 1 chunk(s) - RenderSVGInline {tref} at (0,0) size 85x34 - RenderSVGInlineText {#text} at (0,0) size 85x34 - chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: "sample" - RenderSVGText {text} at (-65,4) size 130x14 contains 1 chunk(s) - RenderSVGInlineText {#text} at (0,0) size 129x14 - chunk 1 (middle anchor) text run 1 at (-64.48,15.00) startOffset 0 endOffset 25 width 128.95: "AvantGarde (line-through)" - RenderSVGContainer {use} at (0,0) size 448x498 - RenderSVGContainer {g} at (0,0) size 448x498 - RenderSVGRect {rect} at (0,0) size 448x498 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=446.00] [height=496.00] - RenderSVGContainer {g} at (418,466) size 27x29 [transform={m=((1.00,0.00)(0.00,1.00)) t=(418.00,467.00)}] - RenderSVGViewportContainer {svg} at (418,466) size 27x29 - RenderSVGPath {path} at (418,469) size 13x18 [fill={[type=SOLID] [color=#6666FF]}] [data="M 172 44 C 137 60 31 135 11 199 C 3 226 33 247 55 232 C 14 306 -1 332 0 356 C 0 370 13 398 44 383 C 52 379 79 358 96 342 C 110 341 120 331 138 314 C 155 328 174 324 190 307 C 212 309 272 229 234 199 C 231 175 204 162 181 181 C 175 179 168 180 163 182 C 185 147 206 100 212 77 C 219 47 188 36 172 44 Z"] - RenderSVGPath {path} at (432,466) size 13x16 [fill={[type=SOLID] [color=#FF0000]}] [data="M 400 0 C 382 3 351 31 351 31 C 322 54 308 89 323 126 C 310 140 294 170 294 193 C 294 221 314 245 344 222 C 351 230 365 238 381 227 C 376 256 384 275 407 276 C 408 286 420 307 443 293 C 459 283 501 254 522 237 C 547 214 547 143 504 148 C 537 89 501 52 477 64 C 467 68 431 89 425 94 C 424 87 420 82 414 80 C 436 45 436 -5 401 0 Z"] - RenderSVGPath {path} at (426,484) size 15x11 [fill={[type=SOLID] [color=#33CC33]}] [data="M 275 353 C 229 365 187 396 161 444 C 152 460 167 481 186 477 C 172 501 146 544 171 558 C 199 574 223 550 231 543 C 249 564 281 553 312 526 C 353 540 380 524 415 473 C 423 461 445 430 445 408 C 445 392 430 378 410 387 C 409 375 401 349 357 368 C 347 362 326 363 303 385 C 308 375 300 347 275 353 Z"] diff --git a/LayoutTests/platform/ios-15/svg/custom/use-invalid-pattern-expected.txt b/LayoutTests/platform/ios-15/svg/custom/use-invalid-pattern-expected.txt deleted file mode 100644 index 37185716b8a9..000000000000 --- a/LayoutTests/platform/ios-15/svg/custom/use-invalid-pattern-expected.txt +++ /dev/null @@ -1,7 +0,0 @@ -This page contains the following errors: - -error on line 11 at column 7: Opening and ending tag mismatch: use line 0 and svg -Below is a rendering of the page up to the first error. - -This should not crash, but display an error document. - diff --git a/LayoutTests/platform/ios-15/svg/custom/use-invalid-style-expected.txt b/LayoutTests/platform/ios-15/svg/custom/use-invalid-style-expected.txt deleted file mode 100644 index 70bc21e2cfb1..000000000000 --- a/LayoutTests/platform/ios-15/svg/custom/use-invalid-style-expected.txt +++ /dev/null @@ -1,7 +0,0 @@ -This page contains the following errors: - -error on line 10 at column 7: Opening and ending tag mismatch: junk line 0 and svg -Below is a rendering of the page up to the first error. - -This should not crash, but display an error document. - diff --git a/LayoutTests/platform/ios-15/svg/hixie/error/012-expected.txt b/LayoutTests/platform/ios-15/svg/hixie/error/012-expected.txt deleted file mode 100644 index 911f3ed52193..000000000000 --- a/LayoutTests/platform/ios-15/svg/hixie/error/012-expected.txt +++ /dev/null @@ -1,20 +0,0 @@ -layer at (0,0) size 800x775 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x600 - RenderBlock {html} at (0,0) size 800x600 - RenderBody {body} at (8,16) size 784x600 - RenderBlock {parsererror} at (16,0) size 752x138 [bgcolor=#FFDDDD] [border: (2px solid #CC7777)] - RenderBlock {h3} at (18,20) size 716x24 - RenderText {#text} at (0,0) size 323x22 - text run at (0,0) width 323: "This page contains the following errors:" - RenderBlock {div} at (18,62) size 716x14 - RenderText {#text} at (0,0) size 584x13 - text run at (0,0) width 584: "error on line 5 at column 7: Opening and ending tag mismatch: rect line 0 and svg" - text run at (583,0) width 1: " " - RenderBlock {h3} at (18,94) size 716x24 - RenderText {#text} at (0,0) size 425x22 - text run at (0,0) width 425: "Below is a rendering of the page up to the first error." - RenderBlock (anonymous) at (0,153) size 784x606 - RenderSVGRoot {svg} at (18,179) size 200x201 - RenderSVGRect {rect} at (18,179) size 200x201 [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=10.00] [width=200.00] [height=200.00] - RenderSVGRect {rect} at (18,179) size 200x201 [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=10.00] [width=200.00] [height=200.00] diff --git a/LayoutTests/platform/ios/TestExpectations b/LayoutTests/platform/ios/TestExpectations index 905785d5190c..9c4d4ab7dec8 100644 --- a/LayoutTests/platform/ios/TestExpectations +++ b/LayoutTests/platform/ios/TestExpectations @@ -4406,8 +4406,6 @@ imported/w3c/web-platform-tests/css/css-backgrounds/linear-gradient-currentcolor imported/w3c/web-platform-tests/css/css-color/parsing/color-computed-color-mix-function.html [ Failure ] imported/w3c/web-platform-tests/css/css-color/parsing/color-computed-relative-color.html [ Failure ] imported/w3c/web-platform-tests/css/css-color/parsing/color-valid-relative-color.html [ Failure ] -imported/w3c/web-platform-tests/html/semantics/disabled-elements/event-propagate-disabled-keyboard.tentative.html [ Failure ] -imported/w3c/web-platform-tests/html/semantics/disabled-elements/event-propagate-disabled.tentative.html [ Failure ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-audiobuffersource-connections.html [ Failure ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-dynamics-compressor-connections.html [ Failure ] transforms/3d/hit-testing/overlapping-layers-hit-test.html [ Failure ] diff --git a/LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/disabled-elements/event-propagate-disabled-keyboard.tentative-expected.txt b/LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/disabled-elements/event-propagate-disabled-keyboard.tentative-expected.txt new file mode 100644 index 000000000000..9c37c4eb97c9 --- /dev/null +++ b/LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/disabled-elements/event-propagate-disabled-keyboard.tentative-expected.txt @@ -0,0 +1,34 @@ + Span +Span Text + +PASS Untrusted key events on , observed from
+PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on , observed from +PASS Untrusted key events on
Span
, observed from +FAIL Trusted key events on
Span
, observed from assert_array_equals: Observed events lengths differ, expected array ["keydown", "keyup"] length 2, got [] length 0 +PASS Untrusted key events on , observed from +FAIL Trusted key events on , observed from assert_array_equals: Observed events lengths differ, expected array ["keydown", "keyup"] length 2, got [] length 0 +FAIL Untrusted key events on Text, observed from assert_array_equals: Observed events lengths differ, expected array ["keydown", "keyup"] length 2, got [] length 0 +FAIL Trusted key events on Text, observed from assert_array_equals: Observed events lengths differ, expected array ["keydown", "keyup"] length 2, got [] length 0 + diff --git a/LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/disabled-elements/event-propagate-disabled.tentative-expected.txt b/LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/disabled-elements/event-propagate-disabled.tentative-expected.txt new file mode 100644 index 000000000000..05cbcdf14bea --- /dev/null +++ b/LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/disabled-elements/event-propagate-disabled.tentative-expected.txt @@ -0,0 +1,285 @@ + Text +Span +Text Span Text + +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "mousedown", "pointerup", "mouseup", "click"] length 7, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "mousedown", "pointerup", "mouseup", "click"] length 7, got [] length 0 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +PASS Dispatch new MouseEvent() on , observed from , observed from +PASS Dispatch new PointerEvent() on , observed from , observed from +PASS click() on , observed from , observed from +FAIL Trusted click on , observed from + + + , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +PASS Dispatch new MouseEvent() on , observed from + + + , observed from +PASS Dispatch new PointerEvent() on , observed from + + + , observed from +PASS click() on , observed from + + + , observed from +FAIL Trusted click on
Text
, observed from
assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on
Text
, observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup"] length 2 +PASS Dispatch new MouseEvent() on
Text
, observed from
+PASS Dispatch new MouseEvent() on
Text
, observed from +PASS Dispatch new PointerEvent() on
Text
, observed from
+PASS Dispatch new PointerEvent() on
Text
, observed from +PASS click() on
Text
, observed from
+PASS click() on
Text
, observed from +FAIL Trusted click on
Span
, observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "mousedown", "pointerup", "mouseup", "click"] length 7, got [] length 0 +FAIL Trusted click on
Span
, observed from
assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on
Span
, observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +PASS Dispatch new MouseEvent() on
Span
, observed from +PASS Dispatch new MouseEvent() on
Span
, observed from
+PASS Dispatch new MouseEvent() on
Span
, observed from +PASS Dispatch new PointerEvent() on
Span
, observed from +PASS Dispatch new PointerEvent() on
Span
, observed from
+PASS Dispatch new PointerEvent() on
Span
, observed from +PASS click() on
Span
, observed from +PASS click() on
Span
, observed from
+PASS click() on
Span
, observed from +FAIL Trusted click on , observed from , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from , observed from +PASS Dispatch new PointerEvent() on , observed from , observed from +PASS click() on , observed from , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "mousedown", "pointerup", "mouseup", "click"] length 7, got ["pointerdown", "pointerup"] length 2 +FAIL Trusted click on , observed from , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup"] length 2 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from , observed from +PASS click() on , observed from +PASS click() on , observed from , observed from +FAIL Trusted click on , observed from , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from , observed from +PASS Dispatch new PointerEvent() on , observed from , observed from +PASS click() on , observed from , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup"] length 2 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup"] length 2 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup"] length 2 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup"] length 2 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup"] length 2 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup"] length 2 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on , observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup"] length 2 +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new MouseEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS Dispatch new PointerEvent() on , observed from +PASS click() on , observed from +PASS click() on , observed from +FAIL Trusted click on Text, observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got [] length 0 +FAIL Trusted click on Text, observed from assert_array_equals: Observed events lengths differ, expected array ["pointermove", "mousemove", "pointerdown", "pointerup"] length 4, got ["pointerdown", "pointerup", "mousedown", "mouseup", "click"] length 5 +PASS Dispatch new MouseEvent() on Text, observed from +PASS Dispatch new MouseEvent() on Text, observed from +PASS Dispatch new PointerEvent() on Text, observed from +PASS Dispatch new PointerEvent() on Text, observed from +PASS click() on Text, observed from +PASS click() on Text, observed from +