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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.json5

Issue 2860743004: Disable inheritance propagation for text-align. (Closed)
Patch Set: Fixed test expectation. 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/Source/core/css/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index 4b6a5dd71779fb3287e8ce7cd56e55f36bd4509a..33145a3fbd43700cf35a2d1a0c4495ec633f889e 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1826,7 +1826,7 @@
{
name: "text-align",
custom_value: true,
- independent: true,
+ independent: false,
inherited: true,
default_value: "start",
field_template: "keyword",

Powered by Google App Engine
This is Rietveld 408576698