blob: e8bd61f6311fd65a88e3e6feb29df018a020b5be (
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
|
[highlight-pseudo-computed.html]
[getComputedStyle() for ::highlight(foo)]
expected: FAIL
[Different getComputedStyle() for ::highlight(bar) and same element]
expected: FAIL
[getComputedStyle() for ::highlight(foo): should be element's default]
expected: FAIL
[getComputedStyle() for ::highlight(foo)) should be element's default]
expected: FAIL
[getComputedStyle() for ::highlight(foo)( should be element's default]
expected: FAIL
[getComputedStyle() for ::highlight should be element's default]
expected: FAIL
[getComputedStyle() for ::highlight(foo)(foo) should be element's default]
expected: FAIL
[getComputedStyle() for ::highlight(foo)() should be element's default]
expected: FAIL
[getComputedStyle() for :::highlight(foo) should be element's default]
expected: FAIL
[getComputedStyle() for ::highlight(foo). should be element's default]
expected: FAIL
[getComputedStyle() for ::highlight(foo,bar) should be element's default]
expected: FAIL
|