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

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: 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..a4cf45bcb89f8a322b73f7a3227a919f594d67b0
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/column-property-should-not-apply-on-grid-container-expected.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<link href="resources/grid.css" rel="stylesheet">
+<body>
+
+<div class='grid'>
+AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDD
+</div>
+
+<div class='inline-grid'>
+AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDD
+</div>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698