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

Side by Side Diff: LayoutTests/fast/backgrounds/background-position-repeat-rendering-expected.html

Issue 1287293002: Use background positioning origin for repeating backgrounds (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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <title>Test non-top-left background-position anchors together with repeating bac kgrounds</title>
3 <style>
4 body { margin: 0 }
5 div {
6 width: 100px;
7 height: 300px;
8 background-color: lime;
9 }
10 </style>
11 <div></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698