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

Side by Side Diff: third_party/WebKit/LayoutTests/external/csswg-test/css-grid-1/grid-items/grid-items-sizing-alignment-001-expected.html

Issue 2722613003: [css-grid] "normal" alignment is "start" for replaced elements (Closed)
Patch Set: Applied suggested changes Created 3 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>CSS Reftest Reference: Grid Item Sizing</title>
4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
5
6 <p>Test passes if it has the same output than the reference.</p>
7
8 <div id="grid">
9 <button style="width: 200px; height: 200px;">Stretched button (200x200)</butto n><button style="width: 200px; height: 200px;">Stretched button (200x200)</butto n><button style="vertical-align: top;">Regular button</button>
10 <br>
11 <img style="vertical-align: top; margin-right: 150px;" src="support/50x50-gree n.png" alt="Image download support must be enabled" /><img src="support/200x200- green.png" alt="Image download support must be enabled" /><img style="vertical-a lign: top;" src="support/50x50-green.png" alt="Image download support must be en abled" />
12 </div>
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698