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

Unified Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.in

Issue 1497403002: [css-align] Overflow alignment value 'true' renamed to 'unsafe' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed repaint tests issues. Created 5 years 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/Source/core/css/CSSValueKeywords.in
diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.in b/third_party/WebKit/Source/core/css/CSSValueKeywords.in
index 8d673ee2d1bbebb0385b463f2adc3cb512533e6c..cf365f9a0f9e79dd7933cc89c17dc13ba2c4ecef 100644
--- a/third_party/WebKit/Source/core/css/CSSValueKeywords.in
+++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.in
@@ -487,6 +487,8 @@ space-between
space-around
space-evenly
// stretch
+unsafe
+safe
// align-items / align-self
// flex-start
@@ -505,6 +507,8 @@ space-evenly
// space-around
// space-evenly
// stretch
+// unsafe
+// safe
// flex-flow
@@ -939,8 +943,8 @@ self-end
// flex-end
// left
// right
-true
-safe
+// unsafe
+// safe
legacy
// scroll-behavior

Powered by Google App Engine
This is Rietveld 408576698