mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Implement getComputedStyle
This commit is contained in:
parent
416931f4be
commit
e484d6b5e3
24 changed files with 886 additions and 152 deletions
|
@ -1,20 +0,0 @@
|
|||
[id-attribute.html]
|
||||
type: testharness
|
||||
[User agents must associate the element with an id value for purposes of CSS.]
|
||||
expected: FAIL
|
||||
|
||||
[Association for CSS is exact and therefore case-sensitive.]
|
||||
expected: FAIL
|
||||
|
||||
[Spaces are allowed in an id and still make an association.]
|
||||
expected: FAIL
|
||||
|
||||
[Non-ASCII is allowed in an id and still make an association for CSS.]
|
||||
expected: FAIL
|
||||
|
||||
[After setting id via id attribute, CSS association is via the new ID.]
|
||||
expected: FAIL
|
||||
|
||||
[After setting id via setAttribute attribute, CSS association is via the new ID.]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue