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

Side by Side Diff: LayoutTests/fast/flexbox/relpos-flex-item-with-percent-height-abspos-child.html

Issue 1213843002: Don't change the height of a layout object while not laying it out. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Oh... right, the child. :-p Created 5 years, 6 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/flexbox/relpos-flex-item-with-percent-height-abspos-child-expected.txt » ('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 <script src="../../resources/check-layout.js"></script>
3 <p>There should be no red this page.</p>
4 <div style="display:-webkit-box; width:200px; background:red;">
5 <div style="position:relative;">
6 <div id="abspos" data-expected-height="200" style="position:absolute; le ft:0; top:0; width:200px; height:100%; background:lime;"></div>
7 </div>
8 <div style="height:200px;"></div>
9 </div>
10 <p id="result"></p>
11 <script>
12 checkLayout('#abspos', document.getElementById("result"));
13 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/flexbox/relpos-flex-item-with-percent-height-abspos-child-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698