mirror of
https://github.com/servo/servo.git
synced 2025-08-24 06:45:33 +01:00
Update web-platform-tests to revision 58b72393db0bd273bb93268c33666cf893feb985
This commit is contained in:
parent
43a4f01647
commit
64e0a52537
12717 changed files with 59835 additions and 59820 deletions
|
@ -0,0 +1,50 @@
|
|||
<!doctype html>
|
||||
<style>
|
||||
.test {
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
margin-left: 90px;
|
||||
border: solid 10px blue;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
float: left;
|
||||
width: 90px;
|
||||
height: 120px;
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
.outer {
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
margin-left: 90px;
|
||||
padding: 10px;
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
#gradient1 {
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
background-image: linear-gradient(to right top, black 49%, white 50%);
|
||||
}
|
||||
|
||||
#gradient2 {
|
||||
background-image: linear-gradient(to right top, black 49%, white 50%);
|
||||
}
|
||||
|
||||
#gradient3 {
|
||||
background-image: radial-gradient(ellipse at 30% 30%, black 49%, white 50%);
|
||||
}
|
||||
</style>
|
||||
|
||||
<div>
|
||||
<div class="spacer"></div>
|
||||
<div class="outer">
|
||||
<div id="gradient1"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gradient2" class="test"></div>
|
||||
<div>
|
||||
<div class="spacer"></div>
|
||||
<div id="gradient3" class="test"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue