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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/css/reference/ref-filled-green-300px-square.html

Issue 2825133003: [css-grid] Ignore collapsed tracks on content-distribution alignment (Closed)
Patch Set: Fixed error in the test expectations Created 3 years, 7 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>CSS Reftest Reference</title>
4 <link rel="author" title="Javier Fernandez Garcia-Boente" href="jfernandez@igali a.com" />
5 <style>
6 div {
7 background-color: green;
8 height: 300px;
9 width: 300px;
10 }
11 </style>
12 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p >
13 <div></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698