mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 82b73b315ce7ed1554e7a9b7bced66a5831e4ee5
This commit is contained in:
parent
00a9f30773
commit
76712d7d25
353 changed files with 6528 additions and 1307 deletions
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
.result {
|
||||
position: relative;
|
||||
background: green;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.result-child-1 {
|
||||
background: rebeccapurple;
|
||||
width: 10px;
|
||||
height: 20px;
|
||||
|
||||
position: absolute;
|
||||
top: 25px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.result-child-2 {
|
||||
background: rebeccapurple;
|
||||
width: 15px;
|
||||
height: 25px;
|
||||
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
left: 50px;
|
||||
}
|
||||
</style>
|
||||
<div class="result">
|
||||
<div class="result-child-1"></div>
|
||||
<div class="result-child-2"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue