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

@@ -28,7 +28,7 @@
<div class="test"> <!-- this should shrink wrap to the intrinsic, no-line-wrapping width -->
<div class="a"></div> <!-- that's a float. -->
<div class="b"></div> <!-- that's an inline-block. it should be text-indented 100px from the left edge of the float. -->
<!-- the inline-block should sit on top of the baseline, which should be 0.2em from the bottom of the
<!-- the inline-block should sit on top of the baseline, which should be 0.2em from the bottom of the
block, since the Ahem font has a 0.2em descender. font-size is 50px, so 0.2em is 10px. -->
</div>
</body>