mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 63459a30a61cda53c8c8ab4dc645b142cd2f85ea
This commit is contained in:
parent
005320c08c
commit
40ef4e9705
82 changed files with 986 additions and 154 deletions
|
@ -0,0 +1,63 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
section {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
.outer {
|
||||
display: inline-block;
|
||||
background: orange;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.inner {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
overflow: hidden;
|
||||
background: blue;
|
||||
}
|
||||
.inline-block {
|
||||
display: inline-block;
|
||||
}
|
||||
.margin-bottom {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<section>
|
||||
<div class="outer">
|
||||
<div class="inner inline-block">
|
||||
</div>
|
||||
</div>
|
||||
XX
|
||||
</section>
|
||||
<section>
|
||||
<div class="outer" style="height: 30px">
|
||||
<div class="inner inline-block">
|
||||
</div>
|
||||
</div>
|
||||
XX
|
||||
</section>
|
||||
<section>
|
||||
<div class="outer" style="height: 30px">
|
||||
<div class="inner inline-block">
|
||||
XX
|
||||
</div>
|
||||
</div>
|
||||
XX
|
||||
</section>
|
||||
<section>
|
||||
<div class="outer">
|
||||
<div class="inner margin-bottom inline-block">
|
||||
XX
|
||||
</div>
|
||||
</div>
|
||||
XX
|
||||
</section>
|
||||
<section class="margin-bottom">
|
||||
<div class="outer" style="height: 60px">
|
||||
<div class="inner margin-bottom inline-block">
|
||||
XX
|
||||
</div>
|
||||
</div>
|
||||
XX
|
||||
</section>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue