mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Fix positioning of statically positioned fixed child of absolutes
This commit is contained in:
parent
d3bb2170b8
commit
63a6b73f9a
6 changed files with 37 additions and 6 deletions
|
@ -31605,6 +31605,19 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"static-fixed-inside-abspos.html": [
|
||||
"e3c3aa450d42505557b1f3eefd0aee8ea63fa4d6",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square.xht",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"static-inside-inline-block.html": [
|
||||
"327e8e6dacdeabb4d2d57ab700d80f966ccde76b",
|
||||
[
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[hypothetical-dynamic-change-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[hypothetical-dynamic-change-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[position-fixed-scroll-nested-fixed.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Static position fixed inside static position absolute</title>
|
||||
<link rel="author" title="Martin Robinson" href="mrobinson@igalia.com">
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS22/visudet.html#abs-non-replaced-width" title="10.3.7 Absolutely positioned, non-replaced elements">
|
||||
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
|
||||
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
|
||||
<div style="display: absolute; width: 100px; height: 100px; background: green;">
|
||||
<div style="position: absolute; width: 50px; height: 50px; margin-left: 50px; margin-top: 50px; background: red;">
|
||||
<div style="position: fixed; width: 50px; height: 50px; background: green;"></div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue