mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision fc57d7ad7a2942cfa363d5a9b8c6c7d74f5bb693
This commit is contained in:
parent
5fd64d9436
commit
a2accae63a
13 changed files with 168 additions and 40 deletions
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
.positioned {
|
||||
background-color: green;
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
<p>Test passes if there is a green rectangle and no red.</p>
|
||||
<div class="positioned"></div>
|
Loading…
Add table
Add a link
Reference in a new issue