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

Unified Diff: LayoutTests/fast/css/parsing-hyphenate-limit-expected.txt

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/parsing-hyphenate-limit-expected.txt
diff --git a/LayoutTests/fast/css/parsing-hyphenate-limit-expected.txt b/LayoutTests/fast/css/parsing-hyphenate-limit-expected.txt
deleted file mode 100644
index 8467d7e3d45e55eaa16418480502b373d5ec0306..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css/parsing-hyphenate-limit-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-PASS: '-webkit-hyphenate-limit-before: initial;' parsed as 'initial'
-PASS: '-webkit-hyphenate-limit-before: inherit;' parsed as 'inherit'
-PASS: '-webkit-hyphenate-limit-before: auto;' parsed as 'auto'
-PASS: '-webkit-hyphenate-limit-before: 0;' parsed as '0'
-PASS: '-webkit-hyphenate-limit-before: 4;' parsed as '4'
-PASS: '-webkit-hyphenate-limit-before: 2 2;' parsed as ''
-PASS: '-webkit-hyphenate-limit-before: 2px;' parsed as ''
-PASS: '-webkit-hyphenate-limit-before: -1;' parsed as ''
-PASS: '-webkit-hyphenate-limit-before: "1";' parsed as ''
-
-PASS: '-webkit-hyphenate-limit-after: initial;' parsed as 'initial'
-PASS: '-webkit-hyphenate-limit-after: inherit;' parsed as 'inherit'
-PASS: '-webkit-hyphenate-limit-after: auto;' parsed as 'auto'
-PASS: '-webkit-hyphenate-limit-after: 0;' parsed as '0'
-PASS: '-webkit-hyphenate-limit-after: 4;' parsed as '4'
-PASS: '-webkit-hyphenate-limit-after: 2 2;' parsed as ''
-PASS: '-webkit-hyphenate-limit-after: 2px;' parsed as ''
-PASS: '-webkit-hyphenate-limit-after: -1;' parsed as ''
-PASS: '-webkit-hyphenate-limit-after: "1";' parsed as ''
-
« no previous file with comments | « LayoutTests/fast/css/parsing-hyphenate-limit.html ('k') | LayoutTests/fast/css/parsing-hyphenate-limit-lines.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698