1[highlight-pseudo-computed.html]
2  [getComputedStyle() for ::highlight(foo)]
3    expected: FAIL
4
5  [Different getComputedStyle() for ::highlight(bar) and same element]
6    expected: FAIL
7
8  [getComputedStyle() for ::highlight(foo): should be element's default]
9    expected: FAIL
10
11  [getComputedStyle() for ::highlight(foo)) should be element's default]
12    expected: FAIL
13
14  [getComputedStyle() for ::highlight(foo)( should be element's default]
15    expected: FAIL
16
17  [getComputedStyle() for ::highlight should be element's default]
18    expected: FAIL
19
20  [getComputedStyle() for ::highlight(foo)(foo) should be element's default]
21    expected: FAIL
22
23  [getComputedStyle() for ::highlight(foo)() should be element's default]
24    expected: FAIL
25
26  [getComputedStyle() for :::highlight(foo) should be element's default]
27    expected: FAIL
28
29  [getComputedStyle() for ::highlight(foo). should be element's default]
30    expected: FAIL
31
32  [getComputedStyle() for ::highlight(foo,bar) should be element's default]
33    expected: FAIL
34
35