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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #icon1 {
2 background-image: url(gradient.gif);
3 background-repeat: no-repeat;
4 background-position: 10px 20px;
5 -webkit-mask-repeat: repeat;
6 -webkit-mask-position: 0% 0%;
7 }
8
9 #icon2 {
10 background-image: url(gradient.gif);
11 background-repeat-x: no-repeat;
12 background-position-x: 10px;
13 -webkit-mask-repeat-x: repeat;
14 -webkit-mask-position-x: 0% 0%;
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698