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

Unified 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, 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/flexbox/whitespace-in-flexitem-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/whitespace-in-flexitem.html
diff --git a/LayoutTests/css3/flexbox/whitespace-in-flexitem.html b/LayoutTests/css3/flexbox/whitespace-in-flexitem.html
new file mode 100644
index 0000000000000000000000000000000000000000..d2c75c65b62b70821a1ef1151e4ca7775a0509b2
--- /dev/null
+++ b/LayoutTests/css3/flexbox/whitespace-in-flexitem.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<link href="resources/flexbox.css" rel="stylesheet">
+<style>
+ .flexbox { white-space: pre; }
+ .a {
+ flex: none;
+ width: 30px;
+ background: salmon;
+ }
+</style>
+<body>
+ <div class="flexbox justify-content-space-around">
+ <div class="a"></div> &#9;
+ </div>
« 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