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

Unified Diff: LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand-expected.txt

Issue 14619018: As discussed in blink-dev mailing list remove getPropertyShorthand and isImplicit from the Web expo… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/backgrounds/repeat/background-repeat-shorthand-expected.txt
diff --git a/LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand-expected.txt b/LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand-expected.txt
deleted file mode 100644
index 54eb9985b3ee960563f6d92d11baf4500da4862d..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-This layout test used to test that correct shorthand name is returned for background-repeat-x, background-repeat-y, background-position-x, background-position-y, -webkit-mask-repeat-x,-webkit-mask-repeat-y, -webkit-mask-position-x, -webkit-mask-position-y when corresponding shorthand is used in the style declaration. It tests regression described in this bug. Now that access to non author stylesheet is blocked, we should instead get null when accessing the css rules on that object.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS getShorthand("background-repeat-x", "icon1") is "null"
-PASS getShorthand("background-repeat-y", "icon1") is "null"
-PASS getShorthand("background-repeat", "icon1") is "null"
-PASS getShorthand("background-position-x", "icon1") is "null"
-PASS getShorthand("background-position-y", "icon1") is "null"
-PASS getShorthand("background-position", "icon1") is "null"
-PASS getShorthand("-webkit-mask-repeat-x", "icon1") is "null"
-PASS getShorthand("-webkit-mask-repeat-y", "icon1") is "null"
-PASS getShorthand("-webkit-mask-repeat", "icon1") is "null"
-PASS getShorthand("-webkit-mask-position-x", "icon1") is "null"
-PASS getShorthand("-webkit-mask-position-y", "icon1") is "null"
-PASS getShorthand("-webkit-mask-repeat", "icon1") is "null"
-PASS getShorthand("background-repeat-x", "icon2") is "null"
-PASS getShorthand("background-repeat-y", "icon2") is "null"
-PASS getShorthand("background-repeat", "icon2") is "null"
-PASS getShorthand("background-position-x", "icon2") is "null"
-PASS getShorthand("background-position-y", "icon2") is "null"
-PASS getShorthand("background-position", "icon2") is "null"
-PASS getShorthand("-webkit-mask-repeat-x", "icon2") is "null"
-PASS getShorthand("-webkit-mask-repeat-y", "icon2") is "null"
-PASS getShorthand("-webkit-mask-repeat", "icon2") is "null"
-PASS getShorthand("-webkit-mask-position-x", "icon2") is "null"
-PASS getShorthand("-webkit-mask-position-y", "icon2") is "null"
-PASS getShorthand("-webkit-mask-repeat", "icon2") is "null"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698