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

Unified Diff: third_party/WebKit/Source/core/css/quirks.css

Issue 1713513002: Rename -webkit-text to -internal-quirk-inherit, limiting it to UA style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase; add new (negative) test Created 4 years, 10 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/quirks.css
diff --git a/third_party/WebKit/Source/core/css/quirks.css b/third_party/WebKit/Source/core/css/quirks.css
index 38e3ac83615055da0af8a6dea483bbdc4186e1cc..90f654c5edc26ce2a9cb42214fba7272d3a89c80 100644
--- a/third_party/WebKit/Source/core/css/quirks.css
+++ b/third_party/WebKit/Source/core/css/quirks.css
@@ -38,7 +38,7 @@ table {
font-size: medium;
font-variant: normal;
font-style: normal;
- color: -webkit-text;
+ color: -internal-quirk-inherit;
text-align: start;
}

Powered by Google App Engine
This is Rietveld 408576698