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
11 lines
376 B
INI
11 lines
376 B
INI
[getComputedStyle-detached-subtree.html]
|
|
expected: ERROR
|
|
[getComputedStyle returns no style for element in non-rendered iframe (display: none) from iframe's window]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle returns no style for element in non-rendered iframe (display: none)]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle returns no style for detached element]
|
|
expected: FAIL
|