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

Side by Side 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: 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style> * { margin: 0; } </style>
3 <div style="background: limegreen; width: 70px; height: 70px; position: relative ; left: 40px; top: 40px;">
4 <div style="background: green; top: auto; width: 40px; height: 40px; position: a bsolute;"></div>
mstensho (USE GERRIT) 2016/12/16 11:53:00 Please indent this line. Also no need for the top:
5 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698