mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision b'468d01bbd84da2babf265c6af46947be68713440'
This commit is contained in:
parent
35e95f55a1
commit
58e8ee674b
9438 changed files with 266112 additions and 106976 deletions
|
@ -0,0 +1,26 @@
|
|||
<!doctype html>
|
||||
<title>position: fixed doesn't overflow the margin area</title>
|
||||
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
|
||||
<link rel="author" title="Mozilla" href="https://mozilla.org">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1714513">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-position/#abspos-insets">
|
||||
<link rel="match" href="position-fixed-overflow-print-ref.html">
|
||||
<style>
|
||||
body { margin: 0 }
|
||||
|
||||
#outer, #inner {
|
||||
background-color: purple;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
#inner {
|
||||
position: fixed;
|
||||
background-color: blue;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
}
|
||||
</style>
|
||||
<div id="outer">
|
||||
<div id="inner"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue