Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2079)

Unified Diff: third_party/WebKit/LayoutTests/fast/block/positioning/fixed-position-with-relative-parent-expected.html

Issue 2577893004: position:fixed content is not offset by relative positioned ancestors (Closed)
Patch Set: position:fixed content is not offset by relative positioned ancestors Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/block/positioning/fixed-position-with-relative-parent-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/block/positioning/fixed-position-with-relative-parent-expected.html b/third_party/WebKit/LayoutTests/fast/block/positioning/fixed-position-with-relative-parent-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b38ac9416b6b5e979d9d5586f7f0e00a084d0f78
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/block/positioning/fixed-position-with-relative-parent-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<p>
+The test passes if the inner green rectangle covers the outer red one. There should be no red.
+</p>
+<div style="background: red; width: 70px; height: 70px; position: relative; left: 40px; top: 40px;">
+ <div style="background: green; width: 70px; height: 70px; position: absolute;"></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698