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

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