mirror of
https://github.com/servo/servo.git
synced 2025-09-14 00:48:20 +01:00
Update web-platform-tests to revision 81962ac8802223d038b188b6f9cb88a0a9c5beee
This commit is contained in:
parent
fe1a057bd1
commit
24183668c4
1960 changed files with 29853 additions and 10555 deletions
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<link rel="author" title="David Grogan" href="dgrogan@chromium.org">
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS22/tables.html#model">
|
||||
<meta name="flags" content="" />
|
||||
<title>
|
||||
Caption block containers are rendered same as normal block boxes
|
||||
</title>
|
||||
|
||||
<p>
|
||||
The words floated and inline should be legible below, with inline appearing just
|
||||
to the right of the border surrounding floated.
|
||||
</p>
|
||||
|
||||
<div style="float:left; border: 1px solid black;">
|
||||
floated
|
||||
</div>
|
||||
inline
|
Loading…
Add table
Add a link
Reference in a new issue