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

Side by Side Diff: LayoutTests/css3/flexbox/whitespace-in-flexitem-expected.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 .a {
6 flex: none;
7 width: 30px;
8 background: salmon;
9 }
10 </style>
11 <body>
12 <div class="flexbox justify-content-space-around">
13 <div class="a"></div>
14 </div>
OLDNEW
« no previous file with comments | « LayoutTests/css3/flexbox/whitespace-in-flexitem.html ('k') | LayoutTests/editing/selection/button-right-click-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698