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

Unified Diff: LayoutTests/fast/backgrounds/repeat/resources/background-repeat-shorthand.css

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/resources/background-repeat-shorthand.css
diff --git a/LayoutTests/fast/backgrounds/repeat/resources/background-repeat-shorthand.css b/LayoutTests/fast/backgrounds/repeat/resources/background-repeat-shorthand.css
deleted file mode 100644
index a5c34f1045677f1154a7f76f6f13241569736afa..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/backgrounds/repeat/resources/background-repeat-shorthand.css
+++ /dev/null
@@ -1,15 +0,0 @@
-#icon1 {
- background-image: url(gradient.gif);
- background-repeat: no-repeat;
- background-position: 10px 20px;
- -webkit-mask-repeat: repeat;
- -webkit-mask-position: 0% 0%;
-}
-
-#icon2 {
- background-image: url(gradient.gif);
- background-repeat-x: no-repeat;
- background-position-x: 10px;
- -webkit-mask-repeat-x: repeat;
- -webkit-mask-position-x: 0% 0%;
-}

Powered by Google App Engine
This is Rietveld 408576698