mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -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.
|
||||
-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user