mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Update web-platform-tests to revision b'de61904887c13679551c32e5e3e70b4dc870c98a' (#35480)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
b4f48c561b
commit
6d6070242b
608 changed files with 18662 additions and 8348 deletions
|
@ -0,0 +1,55 @@
|
|||
[button-type-behavior.tentative.html]
|
||||
expected: ERROR
|
||||
[Button type=reset in form should trigger form reset and toggle popover]
|
||||
expected: FAIL
|
||||
|
||||
[Button type=submit in form should trigger form submit and not toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button type=button in form should not toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button type=invalid in form should trigger form submit and not toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button missing type in form should not trigger form submit and not toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button missing type in form with only command should not trigger form submit and not toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button missing type in form with only commandfor should not trigger form submit and not toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button type=reset with form attr should trigger form reset and toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button type=submit with form attr should trigger form submit and not toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button type=button with form attr should toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button type=invalid with form attr should trigger form submit and not toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button missing type with form attr and only command should not trigger form submit and not toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button missing type with form attr and only commandfor should not trigger form submit and not toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button type=reset outside form should toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button type=submit outside form should toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button type=button outside form should toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button type=invalid outside form should toggle popover]
|
||||
expected: NOTRUN
|
||||
|
||||
[Button missing type outside form should toggle popover]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,27 @@
|
|||
[button-type-reflection.tentative.html]
|
||||
[Button with id missing-in-form should reflect type correctly]
|
||||
expected: FAIL
|
||||
|
||||
[Button with id missing-in-form-command-only should reflect type correctly]
|
||||
expected: FAIL
|
||||
|
||||
[Button with id missing-in-form-commandfor-only should reflect type correctly]
|
||||
expected: FAIL
|
||||
|
||||
[Button with id missing-attr-form should reflect type correctly]
|
||||
expected: FAIL
|
||||
|
||||
[Button with id missing-attr-form-command-only should reflect type correctly]
|
||||
expected: FAIL
|
||||
|
||||
[Button with id missing-attr-form-commandfor-only should reflect type correctly]
|
||||
expected: FAIL
|
||||
|
||||
[Button with id missing-outside-form should reflect type correctly]
|
||||
expected: FAIL
|
||||
|
||||
[Button with id missing-outside-form-command-only should reflect type correctly]
|
||||
expected: FAIL
|
||||
|
||||
[Button with id missing-outside-form-commandfor-only should reflect type correctly]
|
||||
expected: FAIL
|
|
@ -28,3 +28,12 @@
|
|||
|
||||
[command reflects tostring value 2]
|
||||
expected: FAIL
|
||||
|
||||
[command reflects correctly for invalid]
|
||||
expected: FAIL
|
||||
|
||||
[command reflects correctly for invalid when array]
|
||||
expected: FAIL
|
||||
|
||||
[command reflects correctly for invalid when object]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue