mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
* Add basic support for enumerating computed styles The old code was so broken, it was enumerating the style attribute instead of the computed styles. So this patch implements a basic enumeration, but not including custom properties whose computed value is not the guaranteed-invalid value. * Feedback
43 lines
1.1 KiB
INI
43 lines
1.1 KiB
INI
[getComputedStyle-pseudo-with-argument.html]
|
|
[This pseudo-element should parse: ::highlight(name)]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should parse: ::highlight(\nname]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should parse: ::highlight(name\t]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should parse: ::highlight( name ]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should parse: ::highlight( n\\61me )]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should not parse: ::before(test)]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should not parse: ::highlight]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should not parse: ::highlight(]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should not parse: ::highlight()]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should not parse: ::highlight(1)]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should not parse: ::highlight($)]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should not parse: ::highlight (name)]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should not parse: ::highlight(name)a]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should not parse: ::view-transition-group(*)]
|
|
expected: FAIL
|