mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'
This commit is contained in:
parent
ace9b32b1c
commit
df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta charset="utf-8">
|
||||
<title>Reference for CSS Display Test</title>
|
||||
<style>
|
||||
.float {
|
||||
background-color: blue;
|
||||
width: 250px;
|
||||
height: 100px;
|
||||
}
|
||||
.left { float: left; }
|
||||
.right { float: right; }
|
||||
|
||||
#outer { position: relative; width: 400px; }
|
||||
|
||||
#zerowidth {
|
||||
position: absolute;
|
||||
top: 100px;
|
||||
left: 250px;
|
||||
width: 0;
|
||||
outline: 1px solid black;
|
||||
height: 200px;
|
||||
}
|
||||
</style>
|
||||
<div id="outer">
|
||||
<div class="float right"></div>
|
||||
<div class="float left"></div>
|
||||
<div id="zerowidth"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue