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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-item-dynamic-change-expected.html

Issue 2471283004: [css-grid] Fix simplified layout of positioned grid items (Closed)
Patch Set: Remove unneeded line in test. Created 4 years, 1 month 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3
4 .grid {
5 width: 100px;
6 height: 100px;
7 }
8
9 .green {
10 background: green;
11 }
12
13 </style>
14
15 <p>This test checks that positioned items can be dynamically changed.</p>
16 <p>The test passes if you see a 100x100 green square and no red.</p>
17
18 <div class="grid green">
19 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698