mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision cfada7e6cb379699fa94c7ed8fcb97082327e10c
This commit is contained in:
parent
87e7e3d429
commit
06b00da16b
179 changed files with 6103 additions and 1186 deletions
|
@ -0,0 +1,15 @@
|
|||
<!doctype html>
|
||||
<title>CSS test reference</title>
|
||||
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
|
||||
<link rel="author" href="https://mozilla.org" title="Mozilla">
|
||||
<style>
|
||||
.ancestor {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
position: fixed;
|
||||
left: 100px;
|
||||
top: 0;
|
||||
background-color: green;
|
||||
}
|
||||
</style>
|
||||
<div class="ancestor"></div>
|
Loading…
Add table
Add a link
Reference in a new issue