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() |