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

Side by Side Diff: LayoutTests/css3/flexbox/text-overflow-on-flexbox-expected.html

Issue 23449034: text-overflow on flexbox should have no effect (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div.flex {
6 display: flex;
7 width: 100px;
8 overflow: hidden;
9 }
10 </style>
11 </head>
12 <body>
13 <div class="flex">
14 AAAAAAAAAAAAAAAAAAAA
15 </div>
16 <div class="flex">
17 <b>bbbbbbbbbbbbbbbbbbbb</b>
18 </div>
19 <div class="flex">
20 <div>cccccccccccccccccccc</div>
21 </div>
22 <div class="flex">
23 DDDDDDDDDDDDDDDDDDDD<b>ee</b>FFFFFFFFFFFFFFFFFFFF
24 </div>
25 </body>
26 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css3/flexbox/text-overflow-on-flexbox.html ('k') | Source/core/rendering/RenderBlockLineLayout.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698