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

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

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

Powered by Google App Engine
This is Rietveld 408576698