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:
Servo WPT Sync 2025-02-16 02:35:48 +01:00 committed by GitHub
parent b4f48c561b
commit 6d6070242b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
608 changed files with 18662 additions and 8348 deletions

View file

@ -1,4 +1,4 @@
[iframe_sandbox_popups_escaping-1.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL
expected: TIMEOUT

View file

@ -1,4 +1,4 @@
[iframe_sandbox_popups_nonescaping-1.html]
expected: CRASH
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN

View file

@ -1,3 +0,0 @@
[form-submit-iframe-then-location-navigate.html]
[Verifies that location navigations take precedence when following form submissions.]
expected: FAIL

View file

@ -0,0 +1,46 @@
[button-type-popovertarget.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 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 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 should 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

View file

@ -1,3 +0,0 @@
[button-type-reset-popovertarget.html]
[Button type=reset and type=submit should not run popover algorithms when in a form.]
expected: FAIL

View file

@ -0,0 +1,37 @@
[input-type-popovertarget.html]
expected: ERROR
[input type=reset in form should trigger form reset and toggle popover]
expected: FAIL
[input type=submit in form should trigger form submit and not toggle popover]
expected: NOTRUN
[input type=button in form should toggle popover]
expected: NOTRUN
[input type=image in form should trigger form submit and not toggle popover]
expected: NOTRUN
[input type=reset with form attr should trigger form reset and toggle popover]
expected: NOTRUN
[input type=submit with form attr should trigger form submit and not toggle popover]
expected: NOTRUN
[input type=button with form attr should toggle popover]
expected: NOTRUN
[input type=image with form attr should trigger form submit and not toggle popover]
expected: NOTRUN
[input type=reset outside form should toggle popover]
expected: NOTRUN
[input type=submit outside form should toggle popover]
expected: NOTRUN
[input type=button outside form should toggle popover]
expected: NOTRUN
[input type=image outside form should toggle popover]
expected: NOTRUN

View file

@ -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

View file

@ -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

View file

@ -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