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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/block/positioning/fixed-position-with-relative-parent.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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/block/positioning/fixed-position-with-relative-parent-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>
3 The test passes if the inner green rectangle covers the outer red one. There sho uld be no red.
4 </p>
5 <div style="background: red; width: 70px; height: 70px; position: relative; left : 40px; top: 40px;">
6 <div style="background: green; width: 70px; height: 70px; position: fixed;"> </div>
7 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/block/positioning/fixed-position-with-relative-parent-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698