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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
[legacy-edit-command.html?command=contentReadOnly¶m=false]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[execCommand("contentReadOnly", false, "false")]
expected:
if not early_beta_or_earlier: FAIL
[queryCommandEnabled("contentReadOnly")]
expected:
if not early_beta_or_earlier: FAIL
[queryCommandSupported("contentReadOnly")]
expected:
if not early_beta_or_earlier: FAIL
[legacy-edit-command.html?command=contentReadOnly¶m=true]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[execCommand("contentReadOnly", false, "true")]
expected:
if not early_beta_or_earlier: FAIL
[queryCommandEnabled("contentReadOnly")]
expected:
if not early_beta_or_earlier: FAIL
[queryCommandSupported("contentReadOnly")]
expected:
if not early_beta_or_earlier: FAIL
[legacy-edit-command.html?command=heading¶m=h1]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[legacy-edit-command.html?command=readonly¶m=false]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[legacy-edit-command.html?command=getHTML]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[legacy-edit-command.html?command=readonly¶m=true]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[legacy-edit-command.html?command=heading¶m=h5]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[legacy-edit-command.html?command=heading¶m=h6]
[legacy-edit-command.html?command=heading¶m=h3]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[legacy-edit-command.html?command=heading¶m=h2]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[legacy-edit-command.html?command=heading¶m=h4]
[legacy-edit-command.html?command=decreaseFontSize]
[legacy-edit-command.html?command=increaseFontSize]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[legacy-edit-command.html?command=insertBrOrReturn¶m=false]
[legacy-edit-command.html?command=insertBrOrReturn¶m=true]
|