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

Unified Diff: LayoutTests/fast/css-grid-layout/column-property-should-not-apply-on-grid-container-expected.html

Issue 493683002: [CSS Grid Layout] Test coverage for column-* properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Incorporated review comments Created 6 years, 4 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/column-property-should-not-apply-on-grid-container-expected.html
diff --git a/LayoutTests/fast/css-grid-layout/column-property-should-not-apply-on-grid-container-expected.html b/LayoutTests/fast/css-grid-layout/column-property-should-not-apply-on-grid-container-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f6f85b7e795c0544fdc47ee4ccc886fb5de4aaec
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/column-property-should-not-apply-on-grid-container-expected.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<link href="resources/grid.css" rel="stylesheet">
+<style>
+.grid, .inline-grid
+{
+ width: 20em;
+}
+</style>
+
+<body>
+
+<div class='grid'>
+AAAAAAAAAA BBBBBBBBBB
+</div>
+
+<div class='inline-grid'>
+AAAAAAAAAA BBBBBBBBBB
+</div>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698