mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab
This commit is contained in:
parent
1a81b18b9f
commit
2c9faf5363
91915 changed files with 5979820 additions and 0 deletions
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Test reference</title>
|
||||
<link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck">
|
||||
<!-- Reviewed on Github on 09-26-2013: https://github.com/w3c/csswg-test/pull/89 -->
|
||||
<link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan">
|
||||
<style type="text/css">
|
||||
.green {
|
||||
position: absolute;
|
||||
background-color: green;
|
||||
width: 100px;
|
||||
}
|
||||
#square {
|
||||
top: 170px;
|
||||
left: 20px;
|
||||
height: 100px;
|
||||
}
|
||||
#rect-1, #rect-2 {
|
||||
top: 70px;
|
||||
height: 200px;
|
||||
}
|
||||
#rect-1 {
|
||||
left: 150px;
|
||||
}
|
||||
#rect-2 {
|
||||
left: 280px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>The test passes if there is one green square and two vertical
|
||||
green rectangles to the right of it and no red.</p>
|
||||
<div id="square" class="green"></div>
|
||||
<div id="rect-1" class="green"></div>
|
||||
<div id="rect-2" class="green"></div>
|
||||
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue