mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update web-platform-tests to revision 33c263fb308d1c3f6ac6d2590d7292317262819d
This commit is contained in:
parent
5bf00c07c2
commit
482fda3a78
524 changed files with 14686 additions and 3270 deletions
|
@ -0,0 +1,12 @@
|
|||
<!doctype html>
|
||||
<style>
|
||||
.target {
|
||||
margin: 50px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border: 1px solid black;
|
||||
background-image: url("../support/100x100-blue-and-orange.png");
|
||||
background-position: right top;
|
||||
}
|
||||
</style>
|
||||
<div class="target"></div>
|
Loading…
Add table
Add a link
Reference in a new issue