blob: 9cddaa7287f2d074b1f9cb4cec3416910f706d8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
[input-events-get-target-ranges-backspace.tentative.html]
max-asserts: 2 # An assertion in the constructor of TextFragmentData
min-asserts: 0 # But sometimes not counted correctly
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Alt + Backspace at "<p>abc def[\] ghi</p>"]
expected:
if os == "win": FAIL
[Meta + Backspace at "<p> abc[\] def</p>"]
expected: FAIL
[Shift + Backspace at "<p> abc[\] def</p>"]
expected: FAIL
[Control + Backspace at "<p> abc[\] def</p>"]
expected: FAIL
[Alt + Backspace at "<p> abc[\] def</p>"]
expected: FAIL
[Backspace at "<p>abc </p><pre>[\] def</pre>" - comparing innerHTML]
expected: FAIL
[Backspace at "<p>abc </p><pre>[\] def</pre>"]
expected: FAIL
[Backspace at "<p> a[\]bc</p>"]
expected: FAIL
[Backspace at "<p>a<span>b[\]</span>c</p>"]
expected: FAIL
[Backspace at "<p>a<span>b</span>[\]c</p>"]
expected: FAIL
[Backspace at "<div>abc<br><hr>[\]def</div>" - comparing innerHTML]
expected: FAIL
[Backspace at "<div>abc<br><hr>[\]def</div>"]
expected: FAIL
[Backspace at "<div>abc <ul><li> [\]def </li></ul> ghi</div>" - comparing innerHTML]
expected: FAIL
[Backspace at "<div>abc <ul><li>[\] def </li></ul> ghi</div>" - comparing innerHTML]
expected: FAIL
|