mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Sync WPT with upstream (06-10-2024) (#33668)
* Update web-platform-tests to revision b'9448ab31f11e671a8b069e3407b4f6279bea698e' Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> * Remove intermittent failure. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
ea84f7b135
commit
f8933a5735
592 changed files with 12560 additions and 4090 deletions
48
tests/wpt/meta/selection/contenteditable/modify-around-non-editable-span.html.ini
vendored
Normal file
48
tests/wpt/meta/selection/contenteditable/modify-around-non-editable-span.html.ini
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
[modify-around-non-editable-span.html]
|
||||
[getSelection().modify("move", "forward", "character") when " [\]<span contenteditable=false>"]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "forward", "character") when "editable[\]<span contenteditable=false>"]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "right", "character") when " [\]<span contenteditable=false>"]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "right", "character") when "editable[\]<span contenteditable=false>"]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "backward", "character") when " <span contenteditable=false>...</span>[\]editable"]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "backward", "character") when "editable<span contenteditable=false>...</span>[\] "]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "left", "character") when " <span contenteditable=false>...</span>[\]editable"]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "left", "character") when "editable<span contenteditable=false>...</span>[\] "]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "forward", "character") after getSelection().selectAllChildren(editingHost) when " [\]<span contenteditable=false>"]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "forward", "character") after getSelection().selectAllChildren(editingHost) when "editable[\]<span contenteditable=false>"]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "right", "character") after getSelection().selectAllChildren(editingHost) when " [\]<span contenteditable=false>"]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "right", "character") after getSelection().selectAllChildren(editingHost) when "editable[\]<span contenteditable=false>"]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "backward", "character") after getSelection().selectAllChildren(editingHost) when " <span contenteditable=false>...</span>[\]editable"]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "backward", "character") after getSelection().selectAllChildren(editingHost) when "editable<span contenteditable=false>...</span>[\] "]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "left", "character") after getSelection().selectAllChildren(editingHost) when " <span contenteditable=false>...</span>[\]editable"]
|
||||
expected: FAIL
|
||||
|
||||
[getSelection().modify("move", "left", "character") after getSelection().selectAllChildren(editingHost) when "editable<span contenteditable=false>...</span>[\] "]
|
||||
expected: FAIL
|
|
@ -31,3 +31,12 @@
|
|||
|
||||
[Selection interface: calling getComposedRanges(ShadowRoot...) on getSelection() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Selection interface: operation getComposedRanges(optional GetComposedRangesOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[Selection interface: getSelection() must inherit property "getComposedRanges(optional GetComposedRangesOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Selection interface: calling getComposedRanges(optional GetComposedRangesOptions) on getSelection() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue