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

@@ -10,7 +10,7 @@
<style type="text/css">
.table { display: table; }
.float { float: left; display: table; }
.float div { margin: 0; border: solid blue; color: silver; padding: 0.5em; margin: 0.5em; }
.float div { margin: 0; border: solid blue; color: silver; padding: 0.5em; margin: 0.5em; }
</style>
</head>
<body>
@@ -20,8 +20,8 @@
resizing the window so that the boxes wrap in two or more columns. Try
resizing the window to be narrower than the boxes so that the text inside
them wraps into two or more lines.</p>
<div class="table">
<div class="table">
<div class="float"> <div> this is a float this is a float this is a float </div> </div>
<div class="float"> <div> this is a float this is a float this is a float </div> </div>
<div class="float"> <div> this is a float this is a float this is a float </div> </div>