mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Update web-platform-tests to revision 755d18230983e9c7d894768b73fabff8bc290d91
This commit is contained in:
parent
d544c186b9
commit
fa788e624b
70 changed files with 1929 additions and 380 deletions
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
div {
|
||||
margin-top: 50px;
|
||||
font-size: 10px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.inline-block {
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
background: blue;
|
||||
}
|
||||
|
||||
.top .inline-block {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.bottom .inline-block {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
</style>
|
||||
<body>
|
||||
<div class="top">
|
||||
<span>
|
||||
Next
|
||||
<span class="inline-block"></span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<span>
|
||||
Next
|
||||
<span class="inline-block"></span>
|
||||
</span>
|
||||
</div>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue