mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
<meta name="assert" content="Relatively positioned element with auto positioning appear as though they were positioned in flow." />
|
||||
<!--
|
||||
"
|
||||
If both 'left' and 'right' are 'auto' (their initial values),
|
||||
[then] the[ir] used values are '0' (i.e., the boxes stay
|
||||
If both 'left' and 'right' are 'auto' (their initial values),
|
||||
[then] the[ir] used values are '0' (i.e., the boxes stay
|
||||
in their original position).
|
||||
(...)
|
||||
If both [top and bottom] are 'auto', [then] their used values are both '0'.
|
||||
If both [top and bottom] are 'auto', [then] their used values are both '0'.
|
||||
"
|
||||
http://www.w3.org/TR/CSS21/visuren.html#relative-positioning
|
||||
-->
|
||||
@@ -36,12 +36,12 @@
|
||||
}
|
||||
span
|
||||
{
|
||||
bottom: auto;
|
||||
left: auto;
|
||||
bottom: auto;
|
||||
left: auto;
|
||||
position: relative;
|
||||
right: auto;
|
||||
top: auto;
|
||||
|
||||
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user