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

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: Adding more content to show the bug 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
« no previous file with comments | « LayoutTests/fast/css-grid-layout/column-property-should-not-apply-on-grid-container.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a1cc88fa11ac8bb1f7a074a798ecc985911e9040
--- /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 CCCCCCCCCC DDDDDDDDDD
+</div>
+
+<div class='inline-grid'>
+AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD
+</div>
+
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/css-grid-layout/column-property-should-not-apply-on-grid-container.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698