Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger
2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View File

@@ -30,18 +30,18 @@
<!--
"
height' and 'bottom' are 'auto' and 'top' is not 'auto',
then the height is based on the content per 10.6.7,
set 'auto' values for 'margin-top' and 'margin-bottom' to 0,
height' and 'bottom' are 'auto' and 'top' is not 'auto',
then the height is based on the content per 10.6.7,
set 'auto' values for 'margin-top' and 'margin-bottom' to 0,
and solve for 'bottom'
"
http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height
In this test,
In this test,
top used value will be 25px
height used value will be 100px
vertical margins will be 0px
bottom used value will be -125px
bottom used value will be -125px
because the computed height of containing block is 0px.
-->