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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-painting-respect-dom-order-expected.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-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-painting-respect-dom-order-expected.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-painting-respect-dom-order-expected.html
index e4e41c429780f5998fa1c9216b6661926f3c74c2..caeff70b924a534054f4eca8a26befc62e8dd5be 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-painting-respect-dom-order-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-painting-respect-dom-order-expected.html
@@ -3,9 +3,10 @@
<head>
<style>
.grid {
- display: inline-block;
+ display: block;
width: 300px;
height: 175px;
+ float: left;
}
.item {

Powered by Google App Engine
This is Rietveld 408576698