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: LayoutTests/fast/css/getComputedStyle/resources/property-names.js

Issue 20526006: Remove -webkit-hyphens and -webkit-hyphenate-limit-* properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: init removal Created 7 years, 5 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: LayoutTests/fast/css/getComputedStyle/resources/property-names.js
diff --git a/LayoutTests/fast/css/getComputedStyle/resources/property-names.js b/LayoutTests/fast/css/getComputedStyle/resources/property-names.js
index c260a329619494522278194ea231b64a39deb03b..639d7338b3264e3686fa2f991669db0b7225c55a 100644
--- a/LayoutTests/fast/css/getComputedStyle/resources/property-names.js
+++ b/LayoutTests/fast/css/getComputedStyle/resources/property-names.js
@@ -48,10 +48,6 @@ var propertiesToTest = {
"-webkit-grid-row": true,
"-webkit-highlight": true,
"-webkit-hyphenate-character": true,
- "-webkit-hyphenate-limit-after": true,
- "-webkit-hyphenate-limit-before": true,
- "-webkit-hyphenate-limit-lines": true,
- "-webkit-hyphens": true,
"-webkit-line-align": true,
"-webkit-line-box-contain": true,
"-webkit-line-break": true,

Powered by Google App Engine
This is Rietveld 408576698