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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/block/available-width-changes-vertical.html

Issue 1674323002: Detect a change in border that affects a positioned object's height or position (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/block/available-width-changes-vertical-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 <p>crbug.com/561612: There should be a blue <em>square</em> below.</p>
3 <div id="container" style="height:100px; box-sizing:border-box;">
4 <div id="child" style="-webkit-writing-mode:vertical-rl; width:40px; height: 100%; background:blue;" data-expected-height=40></div>
5 </div>
6 <script src="../../resources/check-layout.js"></script>
7 <script>
8 document.body.offsetTop;
9 document.getElementById("container").style.paddingBottom = '60px';
10 checkLayout('#child');
11 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/block/available-width-changes-vertical-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698