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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt

Issue 1309513008: [css-grid] Implement grid gutters (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased patch for landing 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/svg/css/getComputedStyle-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt b/third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt
index 68d7a9590bbbf8cfa59e5318378290f2fe4a2e05..9b31585e1dcb56847492c21d75928a61e3081571 100644
--- a/third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt
@@ -168,8 +168,10 @@ grid-auto-columns: auto
grid-auto-flow: row
grid-auto-rows: auto
grid-column-end: auto
+grid-column-gap: 0px
grid-column-start: auto
grid-row-end: auto
+grid-row-gap: 0px
grid-row-start: auto
grid-template-areas: none
grid-template-columns: none

Powered by Google App Engine
This is Rietveld 408576698