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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 PASS: '-webkit-hyphenate-limit-before: initial;' parsed as 'initial'
2 PASS: '-webkit-hyphenate-limit-before: inherit;' parsed as 'inherit'
3 PASS: '-webkit-hyphenate-limit-before: auto;' parsed as 'auto'
4 PASS: '-webkit-hyphenate-limit-before: 0;' parsed as '0'
5 PASS: '-webkit-hyphenate-limit-before: 4;' parsed as '4'
6 PASS: '-webkit-hyphenate-limit-before: 2 2;' parsed as ''
7 PASS: '-webkit-hyphenate-limit-before: 2px;' parsed as ''
8 PASS: '-webkit-hyphenate-limit-before: -1;' parsed as ''
9 PASS: '-webkit-hyphenate-limit-before: "1";' parsed as ''
10
11 PASS: '-webkit-hyphenate-limit-after: initial;' parsed as 'initial'
12 PASS: '-webkit-hyphenate-limit-after: inherit;' parsed as 'inherit'
13 PASS: '-webkit-hyphenate-limit-after: auto;' parsed as 'auto'
14 PASS: '-webkit-hyphenate-limit-after: 0;' parsed as '0'
15 PASS: '-webkit-hyphenate-limit-after: 4;' parsed as '4'
16 PASS: '-webkit-hyphenate-limit-after: 2 2;' parsed as ''
17 PASS: '-webkit-hyphenate-limit-after: 2px;' parsed as ''
18 PASS: '-webkit-hyphenate-limit-after: -1;' parsed as ''
19 PASS: '-webkit-hyphenate-limit-after: "1";' parsed as ''
20
OLDNEW
« 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