blob: a7b2e20be4a16235c389319eb40b6fb3f3cbf038 (
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
|
[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(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
|