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

Side by Side Diff: LayoutTests/fast/flexbox/inline-flexbox-wrap-vertically-width-calculation.html

Issue 289903007: Inline flexbox width is wrongly calculated when wrapping vertically (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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 <html>
3 <head>
4 <script src="../../resources/check-layout.js"></script>
5 </head>
6 <body onload="checkLayout('#container')">
7 <h4>Test for inline flexbox width calculation when wrap vertically</h4>
8 <div id="container" style="display: inline-flex; flex-direction: column; flex-wr ap: wrap; border: 1px solid black;" data-expected-width=34>
9 <div style="width: 20px; border: 1px solid red;">a</div>
tony 2014/05/19 16:17:21 Please include position (data-offset-y and data-of
harpreet.sk 2014/07/18 15:46:48 Done.
10 <div style="width: 30px; border: 1px solid red;">b</div>
11 </div>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698