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

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

Issue 35303002: Unstick background position origins (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Re-upload in an attempt to avoid 'old chunk mismatch' Created 7 years, 2 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 <html>
3 <head>
4 <title>2-value background-position should fully overwrite a 4-value
5 background-position</title>
6 <style>
7 body { margin: 0 }
8 .ref {
9 height: 100px;
10 width: 100px;
11 top: 0;
12 left: 0;
13 background-color: green;
14 position: absolute;
15 }
16 </style>
17 </head>
18 <body>
19 <div class="ref"></div>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698