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

Unified Diff: LayoutTests/fast/backgrounds/background-position-rendering.html

Issue 1290913003: Remove unnecessary declaration (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/backgrounds/background-position-rendering.html
diff --git a/LayoutTests/fast/backgrounds/background-position-rendering.html b/LayoutTests/fast/backgrounds/background-position-rendering.html
index d44b688128d900d9c202a1f242e16d4291bad79c..8bb75a937b85c657fa03a6640389b27a30ab1821 100644
--- a/LayoutTests/fast/backgrounds/background-position-rendering.html
+++ b/LayoutTests/fast/backgrounds/background-position-rendering.html
@@ -18,7 +18,7 @@
#twelve { background-position: left 20px top; }
#thirteen { background-image: url("./resources/diamond.png"), url("./resources/ring.png"); background-position: center, left bottom 20px; }
- #fourteen { background-repeat: no-repeat, no-repeat; background-image: url("./resources/diamond.png"), url("./resources/ring.png"); background-position: right 20px bottom 20px, center left; }
+ #fourteen { background-image: url("./resources/diamond.png"), url("./resources/ring.png"); background-position: right 20px bottom 20px, center left; }
#fifteen { background-image: url("./resources/diamond.png"), url("./resources/ring.png"); background-position: left 10px top 15px, right 20px bottom 20px; }
#sixteen { background-image: url("./resources/diamond.png"), url("./resources/ring.png"); background-position: left 10px top, top 10px right; }
#seventeen { background-image: url("./resources/diamond.png"), url("./resources/ring.png"); background-position: right top 15px, bottom right 20px; }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698