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

Side by Side Diff: LayoutTests/fast/sub-pixel/clip-zoomed-rect-box-with-overflow-expected.html

Issue 1278113003: Calculate correct clip foregroundBound and backgroundBound (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix background 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 <html>
3 <head>
4 <style>
5 body {
6 zoom:1.75;
7 }
8 .container {
9 left: 10.5px;
10 width: 52.7px;
11 height: 100px;
12 position: relative;
13 transform: translateZ(0);
14 }
15 .test {
16 border: solid 1px;
17 position: absolute;
18 width: 50px;
19 right: 0px;
20 height: 50px;
21 }
22 </style>
23 </head>
24 <body>
25 <div class="container">
26 <div class="test"></div>
27 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/sub-pixel/clip-zoomed-rect-box-with-overflow.html ('k') | Source/core/paint/DeprecatedPaintLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698