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

Unified Diff: third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html

Issue 2915773002: Reland of [css-align] Don't resolve 'auto' values for computed style. (Closed)
Patch Set: Applied suggested changes Created 3 years, 7 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/alignment/parse-place-content.html
diff --git a/third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html b/third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html
index 36cf481645319ceb5f9cf26f5c6cab7b787fcedb..1da453471d163e9e7f68bb52d76de7c8cb75f771 100644
--- a/third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html
+++ b/third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html
@@ -49,6 +49,9 @@
#placeContentStartSafe {
place-content: start safe;
}
+#placeContentBaselineSafe {
+ place-content: baseline safe;
+}
#placeContentStartEndLeft {
place-content: start end left;
}
@@ -204,8 +207,8 @@ test(function() {
}, "Test setting 'start safe' as incorrect value through CSS.");
test(function() {
- checkValues(placeContentStartSafe, "placeContent", "place-content", "", "normal normal");
- checkPlaceContentValues(placeContentStartSafe, "", "normal", "normal");
+ checkValues(placeContentBaselineSafe, "placeContent", "place-content", "", "normal normal");
+ checkPlaceContentValues(placeContentBaselineSafe, "", "normal", "normal");
}, "Test setting 'baseline safe' as incorrect value through CSS.");
test(function() {

Powered by Google App Engine
This is Rietveld 408576698