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

Side by Side Diff: LayoutTests/css3/flexbox/whitespace-in-flexitem.html

Issue 16888008: Don't create renderers for whitespace nodes in flexbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <link href="resources/flexbox.css" rel="stylesheet">
4 <style>
5 .flexbox { white-space: pre; }
6 .a {
7 flex: none;
8 width: 30px;
9 background: salmon;
10 }
11 </style>
12 <body>
13 <div class="flexbox justify-content-space-around">
14 <div class="a"></div> &#9;
15 </div>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/flexbox/whitespace-in-flexitem-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698