Allow retrieving width/height for non-positioned elements

This commit is contained in:
David Zbarsky 2015-10-25 23:54:44 -07:00
parent ca56ebbb09
commit d95ca55f26
28 changed files with 54 additions and 157 deletions

View file

@ -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

View file

@ -0,0 +1,5 @@
[getComputedStyle.html]
type: testharness
[getComputedStyle work for elements not in a document]
expected: FAIL