mirror of
https://github.com/servo/servo.git
synced 2025-08-28 00:28:20 +01:00
Update web-platform-tests to revision b'5a9d9349a312e12a950d5f4703cd41609a06f242' (#33923)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
c242822eeb
commit
d0d02cd56c
632 changed files with 69406 additions and 3168 deletions
72
tests/wpt/meta/selection/caret-position-should-be-correct-while-moveup-movedown.html.ini
vendored
Normal file
72
tests/wpt/meta/selection/caret-position-should-be-correct-while-moveup-movedown.html.ini
vendored
Normal file
|
@ -0,0 +1,72 @@
|
|||
[caret-position-should-be-correct-while-moveup-movedown.html]
|
||||
[Caret position should be correct in moving up horizontal div when selection was left to right with line granularity]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in moving up horizontal div when selection was right to left with line granularity]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in moving down horizontal div when selection was left to right with line granularity]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in moving down horizontal div when selection was right to left with line granularity]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in moving up horizontal div when selection was left to right with paragraph granularity]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in moving up horizontal div when selection was right to left with paragraph granularity]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in moving down horizontal div when selection was left to right with paragraph granularity]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in moving down horizontal div when selection was right to left with paragraph granularity]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move right with line granularity for vertical-lr div when selection was top to bottom]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move right with line granularity for vertical-lr div when selection was bottom to top]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move left with line granularity for vertical-lr div when selection was top to bottom]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move left with line granularity for vertical-lr div when selection was bottom to top]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move right with paragraph granularity for vertical-lr div when selection was top to bottom]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move right with paragraph granularity for vertical-lr div when selection was bottom to top]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move left with paragraph granularity for vertical-lr div when selection was top to bottom]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move left with paragraph granularity for vertical-lr div when selection was bottom to top]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move left with line granularity for vertical-rl div when selection was top to bottom]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move left with line granularity for vertical-rl div when selection was bottom to top]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move right with line granularity for vertical-rl div when selection was top to bottom]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move right with line granularity for vertical-rl div when selection was bottom to top]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move left with paragraph granularity for vertical-rl div when selection was top to bottom]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move left with paragraph granularity for vertical-rl div when selection was bottom to top]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move right with paragraph granularity for vertical-rl div when selection was top to bottom]
|
||||
expected: FAIL
|
||||
|
||||
[Caret position should be correct in move right with paragraph granularity for vertical-rl div when selection was bottom to top]
|
||||
expected: FAIL
|
|
@ -0,0 +1,32 @@
|
|||
[Selection-getComposedRanges-dom-mutations-removal.html?mode=open]
|
||||
[Range is fully in shadow tree. Removing shadow host collapses composed StaticRange. Note it does not update previously returned composed StaticRange.]
|
||||
expected: FAIL
|
||||
|
||||
[Range is fully in shadow tree. Removing parent of shadow host collapses composed StaticRange.]
|
||||
expected: FAIL
|
||||
|
||||
[Range is in light DOM. Removing startContainer rescopes new composed range to its parent.]
|
||||
expected: FAIL
|
||||
|
||||
[Range is across shadow trees. Replacing shadowRoot content rescopes new composed range to the shadowRoot.]
|
||||
expected: FAIL
|
||||
|
||||
[Range is between two light slotted contents. Removing start container rescopes to its parent in light tree.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[Selection-getComposedRanges-dom-mutations-removal.html?mode=closed]
|
||||
[Range is fully in shadow tree. Removing shadow host collapses composed StaticRange. Note it does not update previously returned composed StaticRange.]
|
||||
expected: FAIL
|
||||
|
||||
[Range is fully in shadow tree. Removing parent of shadow host collapses composed StaticRange.]
|
||||
expected: FAIL
|
||||
|
||||
[Range is in light DOM. Removing startContainer rescopes new composed range to its parent.]
|
||||
expected: FAIL
|
||||
|
||||
[Range is across shadow trees. Replacing shadowRoot content rescopes new composed range to the shadowRoot.]
|
||||
expected: FAIL
|
||||
|
||||
[Range is between two light slotted contents. Removing start container rescopes to its parent in light tree.]
|
||||
expected: FAIL
|
9
tests/wpt/meta/selection/shadow-dom/tentative/Selection-getComposedRanges-slot.html.ini
vendored
Normal file
9
tests/wpt/meta/selection/shadow-dom/tentative/Selection-getComposedRanges-slot.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Selection-getComposedRanges-slot.html]
|
||||
[Setting the range to start on slotted content and end in shadow tree, should follow DOM tree order.]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the range to start and end on slotted content, should follow DOM tree order.]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the range to start on unslotted content and end in shadow tree, should follow DOM tree order.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue