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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-painting-respect-dom-order.html

Issue 1407633003: [css-grid] Implementation of Baseline Self-Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Preliminary approach. Created 5 years, 2 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
Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-painting-respect-dom-order.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-painting-respect-dom-order.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-painting-respect-dom-order.html
index bfa12a0d6a0382275ebcc1f12e24970931ab4e0d..ef4f10b2716ed2eca9a1a40bf797f5210e867bc0 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-painting-respect-dom-order.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-painting-respect-dom-order.html
@@ -4,12 +4,13 @@
<link href="resources/grid.css" rel="stylesheet">
<style>
.grid {
- display: inline-grid;
+ display: grid;
grid-template-columns: 50px;
grid-template-rows: 50px 50px;
width: 300px;
height: 175px;
background-color: transparent;
+ float: left;
}
.item {

Powered by Google App Engine
This is Rietveld 408576698