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,13 +9,13 @@
<style type="text/css">
p {margin-top: 44px;}
div.stripe
{
height: 40px;
width: 200px;
width: 200px;
}
div#black {background-color: black;}
div#orange {background-color: orange;}
@@ -24,7 +24,7 @@
{
background-color: blue;
height: 10px;
width: auto;
width: auto;
}
</style>
@@ -33,8 +33,8 @@
<body>
<p>Test passes if the following 5 conditions are met: there is a black stripe, there is an orange stripe, there is a blue line, the black stripe's bottom is touching the top of the orange stripe and the orange stripe's bottom is touching the top of the blue line.</p>
<div class="stripe" id="black"></div>
<div class="stripe" id="black"></div>
<div class="stripe" id="orange"></div>