Sync WPT with upstream (24-10-2023) (#30607)

* wpt sync: adapt code for new TestRoot class

Fixes #30558

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

* temp change to allow wpt sync build to pass

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

* Update web-platform-tests to revision b'0d5028f200c8651b17bb224657d6e1065adcff37'

* Revert "temp change to allow wpt sync build to pass"

This reverts commit bad72c7f87.

* revert metadata update for intermittent timeouts

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

---------

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Servo WPT Sync 2023-10-25 03:26:53 -04:00 committed by GitHub
parent 1f961b9d38
commit 65beca94cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
814 changed files with 19834 additions and 4403 deletions

View file

@ -1,3 +1,24 @@
[calc-in-media-queries-with-mixed-units.html]
[box should be orange if the calc between vw/em in @media was correct]
expected: FAIL
[box should be orange if the calc between vw-em in @media was correct]
expected: FAIL
[box should be orange if the calc between px/em*em in @media was correct]
expected: FAIL
[box should be orange if the calc between vh*em in @media was correct]
expected: FAIL
[box should be orange if the calc between vh*vw/em*px/vh in @media was correct]
expected: FAIL
[box should be orange if the calc between vw/px*vh in @media was correct]
expected: FAIL
[box should be orange if the calc between vh*vw/em*px in @media was correct]
expected: FAIL
[box should be orange if the calc between vw*vh*px*em/px/px/px in @media was correct]
expected: FAIL

View file

@ -0,0 +1,6 @@
[calc-serialization-002.html]
[testing calc(2 * (min(10px, 20%) + max(1rem, 2%)))]
expected: FAIL
[testing calc((min(10px, 20%) + max(1rem, 2%)) * 2)]
expected: FAIL

View file

@ -1,3 +1,6 @@
[getComputedStyle-border-radius-001.html]
[testing border-radius shorthand]
expected: FAIL
[testing border-radius: calc(25% + 10px) calc(25% + 16px) 25% 25px / calc(25% + 20px) calc(25% + 16px) 25% 25px]
expected: FAIL

View file

@ -1,3 +1,6 @@
[getComputedStyle-border-radius-003.html]
[testing border-radius shorthand]
expected: FAIL
[testing border-radius: calc(1% + 1px) calc(2% + 2px) calc(3% + 3px) calc(4% + 4px) / calc(5% + 5px) calc(6% + 6px) calc(7% + 7px) calc(8% + 8px)]
expected: FAIL

View file

@ -0,0 +1,15 @@
[getComputedStyle-calc-mixed-units-003.html]
[testing width: calc(5px * 10lh / 1px)]
expected: FAIL
[testing width: calc(20% * 0.5em / 1px)]
expected: FAIL
[testing width: calc(4px * 4em / 1px)]
expected: FAIL
[testing width: calc(400px / 4lh * 1px)]
expected: FAIL
[testing width: calc(20% / 0.5em * 1px)]
expected: FAIL