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

Unified Diff: LayoutTests/fast/css-grid-layout/whitespace-in-grid-item-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/fast/css-grid-layout/whitespace-in-grid-item-expected.html
diff --git a/LayoutTests/fast/css-grid-layout/whitespace-in-grid-item-expected.html b/LayoutTests/fast/css-grid-layout/whitespace-in-grid-item-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..11a6d2e4add6899880569ffb240d8173f5fb3d31
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/whitespace-in-grid-item-expected.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<script>
+if (window.testRunner)
+ testRunner.overridePreference("WebKitCSSGridLayoutEnabled", 1);
+</script>
+<link href="resources/grid.css" rel="stylesheet">
+<style>
+ .a {
+ height: 100%;
+ width: 30px;
+ background: salmon;
+ }
+</style>
+<body>
+ <div class="grid">
+ <div class="a"></div>
+ </div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698