blob: a00d02fb985a1b15b34eb63bf6825d2d607a2272 (
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
|
[highlight-pseudos-inheritance-computed-001.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[getComputedStyle() for ::selection at #child1]
expected: FAIL
[getComputedStyle() for ::selection at #child2]
expected: FAIL
[getComputedStyle() for ::target-text at #child1]
expected: FAIL
[getComputedStyle() for ::target-text at #child2]
expected: FAIL
[getComputedStyle() for ::spelling-error at #child1]
expected: FAIL
[getComputedStyle() for ::spelling-error at #child2]
expected: FAIL
[getComputedStyle() for ::grammar-error at #child1]
expected: FAIL
[getComputedStyle() for ::grammar-error at #child2]
expected: FAIL
[getComputedStyle() for ::highlight(foo) at #child1]
expected: FAIL
[getComputedStyle() for ::highlight(foo) at #child2]
expected: FAIL
|