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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/css3/flexbox/whitespace-in-flexitem-expected.html
diff --git a/LayoutTests/css3/flexbox/whitespace-in-flexitem-expected.html b/LayoutTests/css3/flexbox/whitespace-in-flexitem-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..bfcc1efa31cafd76fbf21bc6be6f77d79aac9799
--- /dev/null
+++ b/LayoutTests/css3/flexbox/whitespace-in-flexitem-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<link href="resources/flexbox.css" rel="stylesheet">
+<style>
+ .a {
+ flex: none;
+ width: 30px;
+ background: salmon;
+ }
+</style>
+<body>
+ <div class="flexbox justify-content-space-around">
+ <div class="a"></div>
+ </div>
« 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