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

Side by Side Diff: LayoutTests/fast/block/positioning/abspos-auto-left-and-width-change-parent-margin-left.html

Issue 1217833007: Cannot rely on auto-positioned absolutely positioned descendants being marked for layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/block/positioning/abspos-auto-left-and-width-change-parent-margin-left-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>The word "FAIL" should not be seen below.</p>
3 <div style="position:relative; width:500px;">
4 <div id="elm" style="background:blue; height:25em;">
5 <div style="position:absolute; top:0; color:blue;">
6 FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAI L FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAI L
7 </div>
8 </div>
9 </div>
10 <script>
11 document.body.offsetTop;
12 document.getElementById("elm").style.marginLeft = "200px";
13 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/positioning/abspos-auto-left-and-width-change-parent-margin-left-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698