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

@ -9,12 +9,12 @@
line-height: 1em;
color: green;
}
.float {
float: left;
color: blue;
}
.bordered {
border: 10px solid black;
}
@ -56,4 +56,5 @@
</article>
</div>
</body></html>

View file

@ -28,7 +28,7 @@
Test fails is you see any red.
</p>
<div class="region">
<article>
<div class="flow">
@ -66,4 +66,5 @@
</article>
</div>
</body></html>

View file

@ -13,7 +13,7 @@
margin: 1em 2em 3em 5em;
color: green;
}
.float {
float: left;
color: blue;
@ -31,7 +31,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 each inside a black-bordered rectangle:
</p><ul>
@ -64,4 +64,5 @@
</article>
</div>
</body></html>

View file

@ -8,7 +8,7 @@
font-size: 20px;
line-height: 1em;
}
.spaced {
margin: 0 2em 3em 5em;
color: green;
@ -32,7 +32,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 each inside a black-bordered rectangle:
</p><ul>
@ -65,4 +65,5 @@
</article>
</div>
</body></html>

View file

@ -15,12 +15,12 @@
height: 100px;
border: 1px solid black;
}
</style>
</head>
<body>
<p>The test passes if:</p>
<ul>
<ul>
<li>The two squares each contain five green horizontal stripes</li>
<li>There are two green horizontal stripes below the square on right</li>
<li>There is no red</li>
@ -32,4 +32,5 @@
XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX
</div>
</body></html>