blob: 017ee963d3053de928128f7de250ee5458501f33 (
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
|
[selection-pointer.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[Selecting texts across <input type=button> should not cancel selection]
expected: FAIL
[Selecting texts across <input type=color> should not cancel selection]
expected: FAIL
[Selecting texts across <input type=range> should not cancel selection]
expected: FAIL
[Selecting texts across <input type=reset> should not cancel selection]
expected: FAIL
[Selecting texts across <input type=submit> should not cancel selection]
expected: FAIL
[Selecting texts across <input type=week> should not cancel selection]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
[Selecting texts across <input type=url> should not cancel selection]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
[Selecting texts across <input type=time> should not cancel selection]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
[Selecting texts across <input type=text> should not cancel selection]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
[Selecting texts across <input type=tel> should not cancel selection]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
|