mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Allow retrieving width/height for non-positioned elements
This commit is contained in:
parent
ca56ebbb09
commit
d95ca55f26
28 changed files with 54 additions and 157 deletions
|
@ -1,11 +1,5 @@
|
|||
[calc.html]
|
||||
type: testharness
|
||||
[calc(1px + 1pt + 1pc + 1in + 1cm + 1mm)]
|
||||
expected: FAIL
|
||||
|
||||
[calc(0px + 0pt + 0pc + 0in + 0cm + 0mm + 0rem + 0em + 0ex + 0% + 0vw + 0vh + 0vmin + 0vmax)]
|
||||
expected: FAIL
|
||||
|
||||
[calc for column-width]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -15,6 +9,3 @@
|
|||
[calc for column-count]
|
||||
expected: FAIL
|
||||
|
||||
[calc(0ch + 0px + 0pt + 0pc + 0in + 0cm + 0mm + 0rem + 0em + 0ex + 0% + 0vw + 0vh + 0vmin + 0vmax)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
5
tests/wpt/mozilla/meta/mozilla/getComputedStyle.html.ini
Normal file
5
tests/wpt/mozilla/meta/mozilla/getComputedStyle.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[getComputedStyle.html]
|
||||
type: testharness
|
||||
[getComputedStyle work for elements not in a document]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue