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

Side by Side Diff: LayoutTests/fast/css/bfc-percentage-margin-expected.html

Issue 185723005: Use correct container width as base for percentage margins. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months 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>
3 .square {
4 width: 100px;
5 height: 100px;
6 background-color: blue;
7 position: absolute;
8 }
9 .right {
10 left: 128px;
11 }
12 </style>
13 <p>You should see two blue squares below.</p>
14 <div class="square"></div>
15 <div class="square right"></div>
Julien - ping for review 2014/03/06 23:05:05 It's weird that the offset is 128px when the left-
rune 2014/03/07 14:20:24 Yes, I've modified the reference html now to add a
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698