mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update web-platform-tests to revision 3bf30e8f1c56700c4b48508e876e72cccb7437ed
This commit is contained in:
parent
ef2b9863d1
commit
d8c042fbb2
95 changed files with 1078 additions and 395 deletions
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<style>
|
||||
.fixed-pos{
|
||||
position: fixed;
|
||||
background: green;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
<p>You should see no red.</p>
|
||||
|
||||
<div class="fixed-pos" >
|
||||
<div>
|
||||
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
</div>
|
||||
<div>
|
||||
YYYY
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue