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

Unified Diff: LayoutTests/fast/css/parsing-hyphenate-limit-lines-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-lines-expected.txt
diff --git a/LayoutTests/fast/css/parsing-hyphenate-limit-lines-expected.txt b/LayoutTests/fast/css/parsing-hyphenate-limit-lines-expected.txt
deleted file mode 100644
index 8862a16d6349eb8ec2f63827455a31c726628ac3..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css/parsing-hyphenate-limit-lines-expected.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-PASS: '-webkit-hyphenate-limit-lines: initial;' parsed as 'initial'
-PASS: '-webkit-hyphenate-limit-lines: inherit;' parsed as 'inherit'
-PASS: '-webkit-hyphenate-limit-lines: no-limit;' parsed as 'no-limit'
-PASS: '-webkit-hyphenate-limit-lines: 0;' parsed as '0'
-PASS: '-webkit-hyphenate-limit-lines: 4;' parsed as '4'
-PASS: '-webkit-hyphenate-limit-lines: 2 2;' parsed as ''
-PASS: '-webkit-hyphenate-limit-lines: 2px;' parsed as ''
-PASS: '-webkit-hyphenate-limit-lines: -1;' parsed as ''
-PASS: '-webkit-hyphenate-limit-lines: "1";' parsed as ''
-
« no previous file with comments | « LayoutTests/fast/css/parsing-hyphenate-limit-lines.html ('k') | LayoutTests/fast/text/hyphen-min-preferred-width.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698