Title: [285134] trunk/LayoutTests
Revision
285134
Author
nmouchta...@apple.com
Date
2021-11-01 15:04:09 -0700 (Mon, 01 Nov 2021)

Log Message

Add platform test expectations for imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001.html
https://bugs.webkit.org/show_bug.cgi?id=232504

Reviewed by Myles C. Maxfield.

* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-wk2/TestExpectations:
* platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt: Added.
* platform/mac/TestExpectations:

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (285133 => 285134)


--- trunk/LayoutTests/ChangeLog	2021-11-01 21:58:38 UTC (rev 285133)
+++ trunk/LayoutTests/ChangeLog	2021-11-01 22:04:09 UTC (rev 285134)
@@ -1,3 +1,15 @@
+2021-11-01  Nikos Mouchtaris  <nmouchta...@apple.com>
+
+        Add platform test expectations for imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001.html
+        https://bugs.webkit.org/show_bug.cgi?id=232504
+
+        Reviewed by Myles C. Maxfield.
+
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios-wk2/TestExpectations:
+        * platform/mac-bigsur/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt: Added.
+        * platform/mac/TestExpectations:
+
 2021-11-01  Ayumi Kojima  <ayumi_koj...@apple.com>
 
         [ iOS Debug ] http/wpt/push-api tests are flaky failing.

Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt (from rev 285133, trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt) (0 => 285134)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	2021-11-01 22:04:09 UTC (rev 285134)
@@ -0,0 +1,101 @@
+
+PASS Adding missing children to mfrac
+PASS Removing child from valid mfrac
+FAIL Adding child to valid mfrac assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.375
+PASS Removing extra child from mfrac
+PASS Adding missing children to munder
+PASS Removing child from valid munder
+FAIL Adding child to valid munder assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.390625
+PASS Removing extra child from munder
+PASS Adding missing children to mover
+FAIL Removing child from valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
+FAIL Adding child to valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
+PASS Removing extra child from mover
+PASS Adding missing children to munderover
+FAIL Removing child from valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
+FAIL Adding child to valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
+PASS Removing extra child from munderover
+PASS Adding missing children to msub
+PASS Removing child from valid msub
+FAIL Adding child to valid msub assert_approx_equals: inline position (child 1) expected 0 +/- 1 but got 10
+PASS Removing extra child from msub
+PASS Adding missing children to msup
+FAIL Removing child from valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
+FAIL Adding child to valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
+PASS Removing extra child from msup
+PASS Adding missing children to msubsup
+FAIL Removing child from valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
+FAIL Adding child to valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
+PASS Removing extra child from msubsup
+PASS Adding missing children to mroot
+FAIL Removing child from valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
+FAIL Adding child to valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
+PASS Removing extra child from mroot
+FAIL Removing children from msqrt assert_approx_equals: block size expected 19.71875 +/- 1 but got 31.765625
+PASS Adding children to msqrt
+PASS Removing children from mpadded
+PASS Adding children to mpadded
+PASS Removing children from mspace
+PASS Adding children to mspace
+PASS multiscripts child count from 3 to 0
+PASS multiscripts child count from 3 to 1
+FAIL multiscripts child count from 3 to 2 assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
+PASS multiscripts child count from 0 to 3
+PASS multiscripts child count from 3 to 6
+PASS multiscripts child count from 3 to 8
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Deleted: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt (285133 => 285134)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	2021-11-01 21:58:38 UTC (rev 285133)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	2021-11-01 22:04:09 UTC (rev 285134)
@@ -1,101 +0,0 @@
-
-PASS Adding missing children to mfrac
-PASS Removing child from valid mfrac
-FAIL Adding child to valid mfrac assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 13.234375
-PASS Removing extra child from mfrac
-PASS Adding missing children to munder
-PASS Removing child from valid munder
-FAIL Adding child to valid munder assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 11.90625
-PASS Removing extra child from munder
-PASS Adding missing children to mover
-FAIL Removing child from valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 22.53125
-FAIL Adding child to valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 22.53125
-PASS Removing extra child from mover
-PASS Adding missing children to munderover
-FAIL Removing child from valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 32.53125
-FAIL Adding child to valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 32.53125
-PASS Removing extra child from munderover
-PASS Adding missing children to msub
-PASS Removing child from valid msub
-FAIL Adding child to valid msub assert_approx_equals: inline position (child 1) expected 0 +/- 1 but got 10
-PASS Removing extra child from msub
-PASS Adding missing children to msup
-FAIL Removing child from valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 16
-FAIL Adding child to valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 16
-PASS Removing extra child from msup
-PASS Adding missing children to msubsup
-FAIL Removing child from valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 26
-FAIL Adding child to valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 26
-PASS Removing extra child from msubsup
-PASS Adding missing children to mroot
-FAIL Removing child from valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 18.546875
-FAIL Adding child to valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 18.546875
-PASS Removing extra child from mroot
-FAIL Removing children from msqrt assert_approx_equals: inline size expected 13 +/- 1 but got 16
-PASS Adding children to msqrt
-PASS Removing children from mpadded
-PASS Adding children to mpadded
-PASS Removing children from mspace
-PASS Adding children to mspace
-PASS multiscripts child count from 3 to 0
-PASS multiscripts child count from 3 to 1
-FAIL multiscripts child count from 3 to 2 assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 26
-PASS multiscripts child count from 0 to 3
-PASS multiscripts child count from 3 to 6
-PASS multiscripts child count from 3 to 8
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (285133 => 285134)


--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations	2021-11-01 21:58:38 UTC (rev 285133)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations	2021-11-01 22:04:09 UTC (rev 285134)
@@ -143,8 +143,6 @@
 
 webkit.org/b/217759 media/now-playing-status-without-media.html [ Pass Failure ]
 
-webkit.org/b/217268 imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001.html [ Failure ]
-
 # webkit.org/b/209139 fast/canvas/webgl/webgl-clear-composited-notshowing.html [ Failure ]
 
 webkit.org/b/224121 css2.1/20110323/replaced-intrinsic-ratio-001.htm [ Pass Failure ]

Copied: trunk/LayoutTests/platform/ios-simulator-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt (from rev 285133, trunk/LayoutTests/platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt) (0 => 285134)


--- trunk/LayoutTests/platform/ios-simulator-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	2021-11-01 22:04:09 UTC (rev 285134)
@@ -0,0 +1,101 @@
+
+PASS Adding missing children to mfrac
+PASS Removing child from valid mfrac
+FAIL Adding child to valid mfrac assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.375
+PASS Removing extra child from mfrac
+PASS Adding missing children to munder
+PASS Removing child from valid munder
+FAIL Adding child to valid munder assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.390625
+PASS Removing extra child from munder
+PASS Adding missing children to mover
+FAIL Removing child from valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
+FAIL Adding child to valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
+PASS Removing extra child from mover
+PASS Adding missing children to munderover
+FAIL Removing child from valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
+FAIL Adding child to valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
+PASS Removing extra child from munderover
+PASS Adding missing children to msub
+PASS Removing child from valid msub
+FAIL Adding child to valid msub assert_approx_equals: inline position (child 1) expected 0 +/- 1 but got 10
+PASS Removing extra child from msub
+PASS Adding missing children to msup
+FAIL Removing child from valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
+FAIL Adding child to valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
+PASS Removing extra child from msup
+PASS Adding missing children to msubsup
+FAIL Removing child from valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
+FAIL Adding child to valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
+PASS Removing extra child from msubsup
+PASS Adding missing children to mroot
+FAIL Removing child from valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
+FAIL Adding child to valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
+PASS Removing extra child from mroot
+FAIL Removing children from msqrt assert_approx_equals: block size expected 19.703125 +/- 1 but got 31.765625
+PASS Adding children to msqrt
+PASS Removing children from mpadded
+PASS Adding children to mpadded
+PASS Removing children from mspace
+PASS Adding children to mspace
+PASS multiscripts child count from 3 to 0
+PASS multiscripts child count from 3 to 1
+FAIL multiscripts child count from 3 to 2 assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
+PASS multiscripts child count from 0 to 3
+PASS multiscripts child count from 3 to 6
+PASS multiscripts child count from 3 to 8
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (285133 => 285134)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-11-01 21:58:38 UTC (rev 285133)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-11-01 22:04:09 UTC (rev 285134)
@@ -2046,8 +2046,6 @@
 
 webkit.org/b/196403 imported/w3c/web-platform-tests/mediacapture-record/MediaRecorder-stop.html [ Pass Failure Slow ]
 
-webkit.org/b/217268 imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001.html [ Failure ]
-
 webkit.org/b/217641 [ Debug ] imported/w3c/web-platform-tests/xhr/event-timeout.any.worker.html [ Pass Failure ]
 
 webkit.org/b/219438 [ Release ] fast/canvas/canvas-overflow-hidden-animation.html [ Pass ImageOnlyFailure ]

Deleted: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt (285133 => 285134)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	2021-11-01 21:58:38 UTC (rev 285133)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	2021-11-01 22:04:09 UTC (rev 285134)
@@ -1,101 +0,0 @@
-
-PASS Adding missing children to mfrac
-PASS Removing child from valid mfrac
-FAIL Adding child to valid mfrac assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.375
-PASS Removing extra child from mfrac
-PASS Adding missing children to munder
-PASS Removing child from valid munder
-FAIL Adding child to valid munder assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.390625
-PASS Removing extra child from munder
-PASS Adding missing children to mover
-FAIL Removing child from valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
-FAIL Adding child to valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
-PASS Removing extra child from mover
-PASS Adding missing children to munderover
-FAIL Removing child from valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
-FAIL Adding child to valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
-PASS Removing extra child from munderover
-PASS Adding missing children to msub
-PASS Removing child from valid msub
-FAIL Adding child to valid msub assert_approx_equals: inline position (child 1) expected 0 +/- 1 but got 10
-PASS Removing extra child from msub
-PASS Adding missing children to msup
-FAIL Removing child from valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
-FAIL Adding child to valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
-PASS Removing extra child from msup
-PASS Adding missing children to msubsup
-FAIL Removing child from valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
-FAIL Adding child to valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
-PASS Removing extra child from msubsup
-PASS Adding missing children to mroot
-FAIL Removing child from valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
-FAIL Adding child to valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
-PASS Removing extra child from mroot
-FAIL Removing children from msqrt assert_approx_equals: block size expected 19.71875 +/- 1 but got 31.765625
-PASS Adding children to msqrt
-PASS Removing children from mpadded
-PASS Adding children to mpadded
-PASS Removing children from mspace
-PASS Adding children to mspace
-PASS multiscripts child count from 3 to 0
-PASS multiscripts child count from 3 to 1
-FAIL multiscripts child count from 3 to 2 assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
-PASS multiscripts child count from 0 to 3
-PASS multiscripts child count from 3 to 6
-PASS multiscripts child count from 3 to 8
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

Modified: trunk/LayoutTests/platform/mac/TestExpectations (285133 => 285134)


--- trunk/LayoutTests/platform/mac/TestExpectations	2021-11-01 21:58:38 UTC (rev 285133)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-11-01 22:04:09 UTC (rev 285134)
@@ -2055,9 +2055,6 @@
 
 webkit.org/b/217994 imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-output-channel-count.https.html [ Pass Failure ]
 
-# rdar://70550210 REGRESSION (r267531): [ Big Sur iOS 14 ] imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001.htm is a constant failure
-[ BigSur+ ] imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001.html [ Failure ]
-
 # Mojave doesn't support COLR fonts.
 webkit.org/b/218346 [ Mojave ] fast/text/canvas-color-fonts [ Skip ]
 

Copied: trunk/LayoutTests/platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt (from rev 285133, trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt) (0 => 285134)


--- trunk/LayoutTests/platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-bigsur-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	2021-11-01 22:04:09 UTC (rev 285134)
@@ -0,0 +1,101 @@
+
+PASS Adding missing children to mfrac
+PASS Removing child from valid mfrac
+FAIL Adding child to valid mfrac assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.375
+PASS Removing extra child from mfrac
+PASS Adding missing children to munder
+PASS Removing child from valid munder
+FAIL Adding child to valid munder assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.390625
+PASS Removing extra child from munder
+PASS Adding missing children to mover
+FAIL Removing child from valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
+FAIL Adding child to valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
+PASS Removing extra child from mover
+PASS Adding missing children to munderover
+FAIL Removing child from valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
+FAIL Adding child to valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
+PASS Removing extra child from munderover
+PASS Adding missing children to msub
+PASS Removing child from valid msub
+FAIL Adding child to valid msub assert_approx_equals: inline position (child 1) expected 0 +/- 1 but got 10
+PASS Removing extra child from msub
+PASS Adding missing children to msup
+FAIL Removing child from valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
+FAIL Adding child to valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
+PASS Removing extra child from msup
+PASS Adding missing children to msubsup
+FAIL Removing child from valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
+FAIL Adding child to valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
+PASS Removing extra child from msubsup
+PASS Adding missing children to mroot
+FAIL Removing child from valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
+FAIL Adding child to valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
+PASS Removing extra child from mroot
+FAIL Removing children from msqrt assert_approx_equals: block size expected 19.703125 +/- 1 but got 31.765625
+PASS Adding children to msqrt
+PASS Removing children from mpadded
+PASS Adding children to mpadded
+PASS Removing children from mspace
+PASS Adding children to mspace
+PASS multiscripts child count from 3 to 0
+PASS multiscripts child count from 3 to 1
+FAIL multiscripts child count from 3 to 2 assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
+PASS multiscripts child count from 0 to 3
+PASS multiscripts child count from 3 to 6
+PASS multiscripts child count from 3 to 8
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Copied: trunk/LayoutTests/platform/mac-catalina-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt (from rev 285133, trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt) (0 => 285134)


--- trunk/LayoutTests/platform/mac-catalina-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-catalina-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	2021-11-01 22:04:09 UTC (rev 285134)
@@ -0,0 +1,101 @@
+
+PASS Adding missing children to mfrac
+PASS Removing child from valid mfrac
+FAIL Adding child to valid mfrac assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.375
+PASS Removing extra child from mfrac
+PASS Adding missing children to munder
+PASS Removing child from valid munder
+FAIL Adding child to valid munder assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.390625
+PASS Removing extra child from munder
+PASS Adding missing children to mover
+FAIL Removing child from valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
+FAIL Adding child to valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
+PASS Removing extra child from mover
+PASS Adding missing children to munderover
+FAIL Removing child from valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
+FAIL Adding child to valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
+PASS Removing extra child from munderover
+PASS Adding missing children to msub
+PASS Removing child from valid msub
+FAIL Adding child to valid msub assert_approx_equals: inline position (child 1) expected 0 +/- 1 but got 10
+PASS Removing extra child from msub
+PASS Adding missing children to msup
+FAIL Removing child from valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
+FAIL Adding child to valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
+PASS Removing extra child from msup
+PASS Adding missing children to msubsup
+FAIL Removing child from valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
+FAIL Adding child to valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
+PASS Removing extra child from msubsup
+PASS Adding missing children to mroot
+FAIL Removing child from valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
+FAIL Adding child to valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
+PASS Removing extra child from mroot
+FAIL Removing children from msqrt assert_approx_equals: block size expected 19.71875 +/- 1 but got 31.765625
+PASS Adding children to msqrt
+PASS Removing children from mpadded
+PASS Adding children to mpadded
+PASS Removing children from mspace
+PASS Adding children to mspace
+PASS multiscripts child count from 3 to 0
+PASS multiscripts child count from 3 to 1
+FAIL multiscripts child count from 3 to 2 assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
+PASS multiscripts child count from 0 to 3
+PASS multiscripts child count from 3 to 6
+PASS multiscripts child count from 3 to 8
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Deleted: trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt (285133 => 285134)


--- trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	2021-11-01 21:58:38 UTC (rev 285133)
+++ trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	2021-11-01 22:04:09 UTC (rev 285134)
@@ -1,101 +0,0 @@
-
-PASS Adding missing children to mfrac
-PASS Removing child from valid mfrac
-FAIL Adding child to valid mfrac assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.375
-PASS Removing extra child from mfrac
-PASS Adding missing children to munder
-PASS Removing child from valid munder
-FAIL Adding child to valid munder assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.390625
-PASS Removing extra child from munder
-PASS Adding missing children to mover
-FAIL Removing child from valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
-FAIL Adding child to valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
-PASS Removing extra child from mover
-PASS Adding missing children to munderover
-FAIL Removing child from valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
-FAIL Adding child to valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
-PASS Removing extra child from munderover
-PASS Adding missing children to msub
-PASS Removing child from valid msub
-FAIL Adding child to valid msub assert_approx_equals: inline position (child 1) expected 0 +/- 1 but got 10
-PASS Removing extra child from msub
-PASS Adding missing children to msup
-FAIL Removing child from valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
-FAIL Adding child to valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
-PASS Removing extra child from msup
-PASS Adding missing children to msubsup
-FAIL Removing child from valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
-FAIL Adding child to valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
-PASS Removing extra child from msubsup
-PASS Adding missing children to mroot
-FAIL Removing child from valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
-FAIL Adding child to valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
-PASS Removing extra child from mroot
-FAIL Removing children from msqrt assert_approx_equals: block size expected 19.71875 +/- 1 but got 31.765625
-PASS Adding children to msqrt
-PASS Removing children from mpadded
-PASS Adding children to mpadded
-PASS Removing children from mspace
-PASS Adding children to mspace
-PASS multiscripts child count from 3 to 0
-PASS multiscripts child count from 3 to 1
-FAIL multiscripts child count from 3 to 2 assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
-PASS multiscripts child count from 0 to 3
-PASS multiscripts child count from 3 to 6
-PASS multiscripts child count from 3 to 8
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

Deleted: trunk/LayoutTests/platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt (285133 => 285134)


--- trunk/LayoutTests/platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	2021-11-01 21:58:38 UTC (rev 285133)
+++ trunk/LayoutTests/platform/mac-wk2/imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001-expected.txt	2021-11-01 22:04:09 UTC (rev 285134)
@@ -1,101 +0,0 @@
-
-PASS Adding missing children to mfrac
-PASS Removing child from valid mfrac
-FAIL Adding child to valid mfrac assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.375
-PASS Removing extra child from mfrac
-PASS Adding missing children to munder
-PASS Removing child from valid munder
-FAIL Adding child to valid munder assert_approx_equals: block position (child 1) expected 0 +/- 1 but got 12.390625
-PASS Removing extra child from munder
-PASS Adding missing children to mover
-FAIL Removing child from valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
-FAIL Adding child to valid mover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 23.1875
-PASS Removing extra child from mover
-PASS Adding missing children to munderover
-FAIL Removing child from valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
-FAIL Adding child to valid munderover assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 33.1875
-PASS Removing extra child from munderover
-PASS Adding missing children to msub
-PASS Removing child from valid msub
-FAIL Adding child to valid msub assert_approx_equals: inline position (child 1) expected 0 +/- 1 but got 10
-PASS Removing extra child from msub
-PASS Adding missing children to msup
-FAIL Removing child from valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
-FAIL Adding child to valid msup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 17.1875
-PASS Removing extra child from msup
-PASS Adding missing children to msubsup
-FAIL Removing child from valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
-FAIL Adding child to valid msubsup assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
-PASS Removing extra child from msubsup
-PASS Adding missing children to mroot
-FAIL Removing child from valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
-FAIL Adding child to valid mroot assert_approx_equals: inline position (child 0) expected 0 +/- 1 but got 20.40625
-PASS Removing extra child from mroot
-FAIL Removing children from msqrt assert_approx_equals: block size expected 19.71875 +/- 1 but got 31.765625
-PASS Adding children to msqrt
-PASS Removing children from mpadded
-PASS Adding children to mpadded
-PASS Removing children from mspace
-PASS Adding children to mspace
-PASS multiscripts child count from 3 to 0
-PASS multiscripts child count from 3 to 1
-FAIL multiscripts child count from 3 to 2 assert_approx_equals: block position (child 0) expected 0 +/- 1 but got 27.1875
-PASS multiscripts child count from 0 to 3
-PASS multiscripts child count from 3 to 6
-PASS multiscripts child count from 3 to 8
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to