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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css/background-clip-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/background-clip-text-expected.txt b/third_party/WebKit/LayoutTests/fast/css/background-clip-text-expected.txt
index 2cfc79310b6d17c2bfe876141220d86e1ac100e4..084e4fb0f74e69087e2dfb240c21770d1e0e1f2c 100644
--- a/third_party/WebKit/LayoutTests/fast/css/background-clip-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/background-clip-text-expected.txt
@@ -1,17 +1,13 @@
-This tests checks that the '-webkit-text' and 'text' keywords are parsed correctly in the 'background-clip' and '-webkit-background-clip' properties, and that 'background-clip' is parsed correctly in the 'background' shorthand.
+This tests checks that the 'text' keyword is parsed correctly in the 'background-clip' and '-webkit-background-clip' properties, and that 'background-clip' is parsed correctly in the 'background' shorthand.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS test("background-clip: -webkit-text", "background-clip") is "-webkit-text"
-PASS test("background-clip: -webkit-text", "-webkit-background-clip") is ""
PASS test("background-clip: content-box", "background-clip") is "content-box"
PASS test("background-clip: padding-box", "background-clip") is "padding-box"
PASS test("background-clip: border-box", "background-clip") is "border-box"
PASS test("background-clip: text", "background-clip") is ""
PASS test("background-clip: text", "-webkit-background-clip") is ""
-PASS test("-webkit-background-clip: -webkit-text", "background-clip") is ""
-PASS test("-webkit-background-clip: -webkit-text", "-webkit-background-clip") is "-webkit-text"
PASS test("-webkit-background-clip: text", "background-clip") is ""
PASS test("-webkit-background-clip: text", "-webkit-background-clip") is "text"
PASS test("background: url() padding-box", "-webkit-background-clip") is ""
« 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