mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Sync WPT with upstream (04-10-2023) (#30493)
* Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c' * fix linter errors after WPT import Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Update expectations --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
92defbb4ef
commit
c06ec90151
2986 changed files with 82877 additions and 27441 deletions
|
@ -4,3 +4,6 @@
|
|||
|
||||
[track should not be hidden]
|
||||
expected: FAIL
|
||||
|
||||
[embed[hidden='until-found'\] element should be inline 0x0]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[details-pseudo-elements-002.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[form-sizing-input-number.tentative.html]
|
||||
[number: Empty value]
|
||||
expected: FAIL
|
||||
|
||||
[number: Auto width and auto height with a long text]
|
||||
expected: FAIL
|
||||
|
||||
[number: Explicit height and auto width]
|
||||
expected: FAIL
|
||||
|
||||
[number: Text caret is taller than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[number: Text caret is shorter than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[number: Update form-sizing property dynamically]
|
||||
expected: FAIL
|
|
@ -0,0 +1,126 @@
|
|||
[form-sizing-input-text.tentative.html]
|
||||
[text: Empty value]
|
||||
expected: FAIL
|
||||
|
||||
[text: Empty value with a size atttribute]
|
||||
expected: FAIL
|
||||
|
||||
[text: Auto width and auto height with a long text]
|
||||
expected: FAIL
|
||||
|
||||
[text: Explicit height and auto width]
|
||||
expected: FAIL
|
||||
|
||||
[text: Text caret is taller than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[text: Text caret is shorter than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[text: Update form-sizing property dynamically]
|
||||
expected: FAIL
|
||||
|
||||
[search: Empty value]
|
||||
expected: FAIL
|
||||
|
||||
[search: Empty value with a size atttribute]
|
||||
expected: FAIL
|
||||
|
||||
[search: Auto width and auto height with a long text]
|
||||
expected: FAIL
|
||||
|
||||
[search: Explicit height and auto width]
|
||||
expected: FAIL
|
||||
|
||||
[search: Text caret is taller than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[search: Text caret is shorter than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[search: Update form-sizing property dynamically]
|
||||
expected: FAIL
|
||||
|
||||
[tel: Empty value]
|
||||
expected: FAIL
|
||||
|
||||
[tel: Empty value with a size atttribute]
|
||||
expected: FAIL
|
||||
|
||||
[tel: Auto width and auto height with a long text]
|
||||
expected: FAIL
|
||||
|
||||
[tel: Explicit height and auto width]
|
||||
expected: FAIL
|
||||
|
||||
[tel: Text caret is taller than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[tel: Text caret is shorter than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[tel: Update form-sizing property dynamically]
|
||||
expected: FAIL
|
||||
|
||||
[url: Empty value]
|
||||
expected: FAIL
|
||||
|
||||
[url: Empty value with a size atttribute]
|
||||
expected: FAIL
|
||||
|
||||
[url: Auto width and auto height with a long text]
|
||||
expected: FAIL
|
||||
|
||||
[url: Explicit height and auto width]
|
||||
expected: FAIL
|
||||
|
||||
[url: Text caret is taller than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[url: Text caret is shorter than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[url: Update form-sizing property dynamically]
|
||||
expected: FAIL
|
||||
|
||||
[email: Empty value]
|
||||
expected: FAIL
|
||||
|
||||
[email: Empty value with a size atttribute]
|
||||
expected: FAIL
|
||||
|
||||
[email: Auto width and auto height with a long text]
|
||||
expected: FAIL
|
||||
|
||||
[email: Explicit height and auto width]
|
||||
expected: FAIL
|
||||
|
||||
[email: Text caret is taller than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[email: Text caret is shorter than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[email: Update form-sizing property dynamically]
|
||||
expected: FAIL
|
||||
|
||||
[password: Empty value]
|
||||
expected: FAIL
|
||||
|
||||
[password: Empty value with a size atttribute]
|
||||
expected: FAIL
|
||||
|
||||
[password: Auto width and auto height with a long text]
|
||||
expected: FAIL
|
||||
|
||||
[password: Explicit height and auto width]
|
||||
expected: FAIL
|
||||
|
||||
[password: Text caret is taller than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[password: Text caret is shorter than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[password: Update form-sizing property dynamically]
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[form-sizing-select.tentative.html]
|
||||
[dropdown: The width should depend on the selected OPTION]
|
||||
expected: FAIL
|
||||
|
||||
[dropdown: Change the form-sizing value dynamically]
|
||||
expected: FAIL
|
||||
|
||||
[listbox: The size depend on the content]
|
||||
expected: FAIL
|
||||
|
||||
[listbox: The size attribute value is ignored]
|
||||
expected: FAIL
|
||||
|
||||
[listbox: Change the form-sizing value dynamically]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[form-sizing-textarea.tentative.html]
|
||||
[Empty value]
|
||||
expected: FAIL
|
||||
|
||||
[Empty value with cols/rows]
|
||||
expected: FAIL
|
||||
|
||||
[Auto width and auto height with a long text]
|
||||
expected: FAIL
|
||||
|
||||
[Explicit width and auto height]
|
||||
expected: FAIL
|
||||
|
||||
[Explicit height and auto width]
|
||||
expected: FAIL
|
||||
|
||||
[Text caret is taller than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[Text caret is shorter than the placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[Update form-sizing property dynamically]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue