Skip to content

Commit de74f2f

Browse files
authored
wpt: Rebase another batch of testdriver.js tests (servo#40282)
This change updates results for another patch of tests that rely on `testdriver.js`. These tests are only run when using WebDriver, which isn't run by default yet. Testing: This changes updates test baselines. Signed-off-by: Martin Robinson <[email protected]>
1 parent f4de21d commit de74f2f

File tree

44 files changed

+831
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+831
-98
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[match.html]
2+
expected: TIMEOUT
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[events-on-pseudo-element.tentative.html]
2+
expected: ERROR

tests/wpt/meta/css/css-ui/inert-attribute-overriding.html.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
[inert-attribute-overriding.html]
2-
[Expect <button>normal button</button> to be non-inert]
3-
expected: FAIL
4-
52
[Expect <button inert="">just inert</button> to be inert]
63
expected: FAIL
74

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
[FormControlRange-interactive-basic.html]
2+
[Insertion: at start boundary keeps start; end extends (multi-char) (input).]
3+
expected: FAIL
4+
5+
[Insertion: inside range extends end by length (input).]
6+
expected: FAIL
7+
8+
[Insertion: at end boundary leaves offsets unchanged (multi-char) (input).]
9+
expected: FAIL
10+
11+
[Equal-length replacement: single char inside range (input).]
12+
expected: FAIL
13+
14+
[Deletion: backspace before range shifts both left (input).]
15+
expected: FAIL
16+
17+
[Deletion: forward delete inside range contracts end by 1 (input).]
18+
expected: FAIL
19+
20+
[Deletion: forward delete at end boundary no effect on range (input).]
21+
expected: FAIL
22+
23+
[Deletion: backspace at control start is no-op (input).]
24+
expected: FAIL
25+
26+
[Insertion: at start boundary keeps start; end extends (multi-char) (textarea).]
27+
expected: FAIL
28+
29+
[Insertion: inside range extends end by length (textarea).]
30+
expected: FAIL
31+
32+
[Insertion: at end boundary leaves offsets unchanged (multi-char) (textarea).]
33+
expected: FAIL
34+
35+
[Equal-length replacement: single char inside range (textarea).]
36+
expected: FAIL
37+
38+
[Deletion: backspace before range shifts both left (textarea).]
39+
expected: FAIL
40+
41+
[Deletion: forward delete inside range contracts end by 1 (textarea).]
42+
expected: FAIL
43+
44+
[Deletion: forward delete at end boundary no effect on range (textarea).]
45+
expected: FAIL
46+
47+
[Deletion: backspace at control start is no-op (textarea).]
48+
expected: FAIL
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[FormControlRange-interactive-overlap-and-selection.html]
2+
[Overlap: partial overlap at start (delete selection) (input).]
3+
expected: FAIL
4+
5+
[Overlap: partial overlap at end (delete selection) (input).]
6+
expected: FAIL
7+
8+
[Selection deletion: delete selection exactly equal to range (collapse) (input).]
9+
expected: FAIL
10+
11+
[Selection deletion: delete subset inside range (contract end) (input).]
12+
expected: FAIL
13+
14+
[Boundary forward delete shifts range left (input).]
15+
expected: FAIL
16+
17+
[Overlap: partial overlap at start (delete selection) (textarea).]
18+
expected: FAIL
19+
20+
[Overlap: partial overlap at end (delete selection) (textarea).]
21+
expected: FAIL
22+
23+
[Selection deletion: delete selection exactly equal to range (collapse) (textarea).]
24+
expected: FAIL
25+
26+
[Selection deletion: delete subset inside range (contract end) (textarea).]
27+
expected: FAIL
28+
29+
[Boundary forward delete shifts range left (textarea).]
30+
expected: FAIL
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[FormControlRange-update-event-order.html]
2+
[Event order: FormControlRange updates between beforeinput and input (input).]
3+
expected: FAIL
4+
5+
[Canceled beforeinput leaves FormControlRange unchanged (input).]
6+
expected: FAIL
7+
8+
[Event order: FormControlRange updates between beforeinput and input (textarea).]
9+
expected: FAIL
10+
11+
[Canceled beforeinput leaves FormControlRange unchanged (textarea).]
12+
expected: FAIL
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[focus-event-after-switching-iframes.sub.html]
2-
expected: ERROR
2+
expected: TIMEOUT
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[element-ready-check-allowed-cross-origin.sub.html]
2+
[Element ready check with allowfullscreen attribute]
3+
expected: FAIL
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[a-user-click-during-load.html]
2-
expected: TIMEOUT
2+
expected: ERROR
33
[User click on <a> during the load event must NOT replace]
44
expected: TIMEOUT
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[a-user-click-during-pageshow.html]
2-
expected: TIMEOUT
2+
expected: ERROR
33
[User click on <a> during the pageshow event must NOT replace]
44
expected: TIMEOUT

0 commit comments

Comments
 (0)