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

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

Issue 2417853002: [css-grid] Implementing the grid's first line baseline. (Closed)
Patch Set: Patch rebased. 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 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