mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user