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

Unified Diff: LayoutTests/fast/css-grid-layout/anonymous-grid-items-expected.html

Issue 181183005: [CSS Grid Layout] Add layout test for anonymous grid items (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Simplify test case Created 6 years, 9 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/anonymous-grid-items.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/anonymous-grid-items-expected.html
diff --git a/LayoutTests/fast/css-grid-layout/anonymous-grid-items-expected.html b/LayoutTests/fast/css-grid-layout/anonymous-grid-items-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d73553bc21f443f5d4fa8559c87f10b061ee4e7f
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/anonymous-grid-items-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<body>
+ <div>Checks that anonymous grid items are supported. This should not crash.</div>
+ <div style="display: grid;">
+ <div>anonymous item</div>
+ </div>
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/css-grid-layout/anonymous-grid-items.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698