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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/backgrounds/size/scaled-sprited-background.html

Issue 1504463002: Turn down BackgroundImageGeometry aggressive LayoutUnit conversion by a notch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment to additional sub-pixel heuristic call Created 5 years 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 <style>
3 div {
4 width: 108px;
5 height: 20px;
6 background: url(../resources/star_sprites.png) no-repeat 0 bottom;
7 background-size: 108px auto;
8 }
9 </style>
10 <body>
davve 2015/12/08 20:19:21 nit: you may remove <body> here and in the -expect
11 <div></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698