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