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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/background-clip-text-expected.txt

Issue 1708173002: Remove support of the -webkit-text value from {-webkit-,}background-clip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update tests 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/script-tests/background-clip-text.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This tests checks that the '-webkit-text' and 'text' keywords are parsed correct ly in the 'background-clip' and '-webkit-background-clip' properties, and that ' background-clip' is parsed correctly in the 'background' shorthand. 1 This tests checks that the 'text' keyword is parsed correctly in the 'background -clip' and '-webkit-background-clip' properties, and that 'background-clip' is p arsed correctly in the 'background' shorthand.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS test("background-clip: -webkit-text", "background-clip") is "-webkit-text"
7 PASS test("background-clip: -webkit-text", "-webkit-background-clip") is ""
8 PASS test("background-clip: content-box", "background-clip") is "content-box" 6 PASS test("background-clip: content-box", "background-clip") is "content-box"
9 PASS test("background-clip: padding-box", "background-clip") is "padding-box" 7 PASS test("background-clip: padding-box", "background-clip") is "padding-box"
10 PASS test("background-clip: border-box", "background-clip") is "border-box" 8 PASS test("background-clip: border-box", "background-clip") is "border-box"
11 PASS test("background-clip: text", "background-clip") is "" 9 PASS test("background-clip: text", "background-clip") is ""
12 PASS test("background-clip: text", "-webkit-background-clip") is "" 10 PASS test("background-clip: text", "-webkit-background-clip") is ""
13 PASS test("-webkit-background-clip: -webkit-text", "background-clip") is ""
14 PASS test("-webkit-background-clip: -webkit-text", "-webkit-background-clip") is "-webkit-text"
15 PASS test("-webkit-background-clip: text", "background-clip") is "" 11 PASS test("-webkit-background-clip: text", "background-clip") is ""
16 PASS test("-webkit-background-clip: text", "-webkit-background-clip") is "text" 12 PASS test("-webkit-background-clip: text", "-webkit-background-clip") is "text"
17 PASS test("background: url() padding-box", "-webkit-background-clip") is "" 13 PASS test("background: url() padding-box", "-webkit-background-clip") is ""
18 PASS test("-webkit-mask: url() ", "background-clip") is "" 14 PASS test("-webkit-mask: url() ", "background-clip") is ""
19 PASS test("background: url() ", "background-clip") is "initial" 15 PASS test("background: url() ", "background-clip") is "initial"
20 PASS test("background: url() padding-box", "background-clip") is "padding-box" 16 PASS test("background: url() padding-box", "background-clip") is "padding-box"
21 PASS test("background: url() padding-box border-box", "background-clip") is "bor der-box" 17 PASS test("background: url() padding-box border-box", "background-clip") is "bor der-box"
22 PASS test("background: repeat content-box border-box url() ", "background-clip") is "border-box" 18 PASS test("background: repeat content-box border-box url() ", "background-clip") is "border-box"
23 PASS test("background: padding-box blue content-box url() repeat scroll ", "back ground-clip") is "content-box" 19 PASS test("background: padding-box blue content-box url() repeat scroll ", "back ground-clip") is "content-box"
24 PASS successfullyParsed is true 20 PASS successfullyParsed is true
25 21
26 TEST COMPLETE 22 TEST COMPLETE
27 23
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/script-tests/background-clip-text.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698