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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout.html

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/fast/css/getComputedStyle/computed-style-grid-layout.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout.html b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout.html
index 3bd099e0569b9651266bd2dfdc880a067a77549e..78ca51c47902ca998df4ef99e44444b05c9f14eb 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout.html
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout.html
@@ -15,6 +15,8 @@ var propertiesToTest = {
"grid-row-end": true,
"grid-row-start": true,
"grid-template-areas": true,
+ "grid-column-gap": true,
+ "grid-row-gap": true,
};
function test()

Powered by Google App Engine
This is Rietveld 408576698