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

Unified Diff: LayoutTests/fast/css/getComputedStyle/resources/property-names.js

Issue 363133003: [CSS Grid Layout] Adapting align-self, align-items and justify-self to the last CSS 3 spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Resolve grid and flex cases during cascade, the rest will wait for layout. Created 6 years, 5 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: LayoutTests/fast/css/getComputedStyle/resources/property-names.js
diff --git a/LayoutTests/fast/css/getComputedStyle/resources/property-names.js b/LayoutTests/fast/css/getComputedStyle/resources/property-names.js
index 5f6ea19a569a556e76eda9d6cde959d9e3eb254f..527e2414c760c015bbbe6f6f7e42a80c41bf21c9 100644
--- a/LayoutTests/fast/css/getComputedStyle/resources/property-names.js
+++ b/LayoutTests/fast/css/getComputedStyle/resources/property-names.js
@@ -170,6 +170,8 @@ var propertiesToTest = {
"height": true,
"image-rendering": true,
"justify-content": true,
+ "justify-items": true,
+ "justify-self": true,
"left": true,
"letter-spacing": true,
"lighting-color": true,

Powered by Google App Engine
This is Rietveld 408576698