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

@@ -13,11 +13,11 @@
font-size: 20px;
line-height: 1em;
}
.flow {
flow-into: f;
}
.float {
float: left;
color: blue;
@@ -50,7 +50,7 @@
</head>
<body>
<p>
<!-- TODO Determine what the outcome should be - currently expecting a resolution on
<!-- TODO Determine what the outcome should be - currently expecting a resolution on
the issue on www-style/css3-break -->
Test passes if you see two colored squares inside a black-bordered rectangle.<br />
The first (top to bottom) square should be blue, while the second should be green.<br />
@@ -58,7 +58,7 @@
near the bottom left corner of the rectangle. Neither square should touch the black border.<br />
You should see no red.
</p>
<div class="outer-container">
<div class="regions-container">
<div class="region">
@@ -84,4 +84,5 @@
</div>
</article>
</body></html>