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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/backgrounds/background-with-sub-pixel-offset-positioning-expected.html

Issue 2386263002: Don't pixel-snap box size before applying transform to it. (Closed)
Patch Set: none Created 4 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 <style>
3 #float {
4 background: url('resources/bgimg1x50.png') 100% 0px no-repeat #FFF;
5 height: 1px;
6 width: 1px;
7 transform: scale(50);
8 }
9 #container {
10 margin-left: 3px;
11 overflow: hidden;
12 width: 9px;
13 height: 10px;
14 }
15 </style>
16 <div id="container">
17 <div id="float"></div>
18 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698