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

Unified Diff: Source/core/css/CSSPrimitiveValueMappings.h

Issue 1048803002: Remove support of nonstandard 'CSSValueCenter' property value for floated element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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: Source/core/css/CSSPrimitiveValueMappings.h
diff --git a/Source/core/css/CSSPrimitiveValueMappings.h b/Source/core/css/CSSPrimitiveValueMappings.h
index 96df91dc7dcd5bcbee14f7b545f8721382e6e757..dca15be27f2739bc0e9f120c5b6b9358ecd37526 100644
--- a/Source/core/css/CSSPrimitiveValueMappings.h
+++ b/Source/core/css/CSSPrimitiveValueMappings.h
@@ -1423,7 +1423,6 @@ template<> inline CSSPrimitiveValue::operator EFloat() const
case CSSValueRight:
return RightFloat;
case CSSValueNone:
- case CSSValueCenter: // Non-standard CSS value.
return NoFloat;
default:
break;
« no previous file with comments | « LayoutTests/fast/block/float/override-property-float-expected.txt ('k') | Source/core/css/parser/CSSParserFastPaths.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698