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,4 +1,4 @@
[form-sizing-input-number.tentative.html]
[field-sizing-input-number.tentative.html]
[number: Empty value]
expected: FAIL
@ -14,5 +14,5 @@
[number: Text caret is shorter than the placeholder]
expected: FAIL
[number: Update form-sizing property dynamically]
[number: Update field-sizing property dynamically]
expected: FAIL

View file

@ -1,4 +1,4 @@
[form-sizing-input-text.tentative.html]
[field-sizing-input-text.tentative.html]
[text: Empty value]
expected: FAIL
@ -17,7 +17,7 @@
[text: Text caret is shorter than the placeholder]
expected: FAIL
[text: Update form-sizing property dynamically]
[text: Update field-sizing property dynamically]
expected: FAIL
[search: Empty value]
@ -38,7 +38,7 @@
[search: Text caret is shorter than the placeholder]
expected: FAIL
[search: Update form-sizing property dynamically]
[search: Update field-sizing property dynamically]
expected: FAIL
[tel: Empty value]
@ -59,7 +59,7 @@
[tel: Text caret is shorter than the placeholder]
expected: FAIL
[tel: Update form-sizing property dynamically]
[tel: Update field-sizing property dynamically]
expected: FAIL
[url: Empty value]
@ -80,7 +80,7 @@
[url: Text caret is shorter than the placeholder]
expected: FAIL
[url: Update form-sizing property dynamically]
[url: Update field-sizing property dynamically]
expected: FAIL
[email: Empty value]
@ -101,7 +101,7 @@
[email: Text caret is shorter than the placeholder]
expected: FAIL
[email: Update form-sizing property dynamically]
[email: Update field-sizing property dynamically]
expected: FAIL
[password: Empty value]
@ -122,5 +122,5 @@
[password: Text caret is shorter than the placeholder]
expected: FAIL
[password: Update form-sizing property dynamically]
[password: Update field-sizing property dynamically]
expected: FAIL

View file

@ -1,8 +1,8 @@
[form-sizing-select.tentative.html]
[field-sizing-select.tentative.html]
[dropdown: The width should depend on the selected OPTION]
expected: FAIL
[dropdown: Change the form-sizing value dynamically]
[dropdown: Change the field-sizing value dynamically]
expected: FAIL
[listbox: The size depend on the content]
@ -11,5 +11,5 @@
[listbox: The size attribute value is ignored]
expected: FAIL
[listbox: Change the form-sizing value dynamically]
[listbox: Change the field-sizing value dynamically]
expected: FAIL

View file

@ -1,4 +1,4 @@
[form-sizing-textarea.tentative.html]
[field-sizing-textarea.tentative.html]
[Empty value]
expected: FAIL
@ -20,5 +20,5 @@
[Text caret is shorter than the placeholder]
expected: FAIL
[Update form-sizing property dynamically]
[Update field-sizing property dynamically]
expected: FAIL