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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <div>Checks that anonymous grid items are supported. This should not crash.< /div>
5 <div style="display: grid;">
6 <div>anonymous item</div>
7 </div>
8 </body>
9 </html>
OLDNEW
« 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