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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/fractional-sized-scrolling-layer.html

Issue 2442833002: Fix the overflow clip rect rounding for overflow scrolling (Closed)
Patch Set: Fix Slimming Paint v2 Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/overflow/fractional-sized-scrolling-layer-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 #contents { 3 #contents {
4 height: 500px; 4 height: 500px;
5 background-color: rgb(0,255,0); 5 background-color: rgb(0,255,0);
6 } 6 }
7 #container { 7 #container {
8 overflow-y: scroll; 8 overflow-y: scroll;
9 height: 200px; 9 height: 224.352px;
10 width: 50%; 10 width: 50%;
11 background-color: red; 11 background-color: red;
12 border: 1px solid gray;
12 } 13 }
13 #outercontainer { 14 #outercontainer {
14 position: absolute; 15 position: absolute;
15 left: 0px; 16 left: 0px;
16 width: 575.06px; 17 width: 575.06px;
17 padding-left: 40px; 18 padding-left: 40px;
18 padding-right: 0px; 19 padding-right: 0px;
19 background-color: black; 20 background-color: black;
20 } 21 }
21 </style> 22 </style>
22 <div id="outercontainer"> 23 <div id="outercontainer">
23 <div id="container"> 24 <div id="container">
24 <div id="contents"> 25 <div id="contents">
25 </div> 26 </div>
26 </div> 27 </div>
27 </div> 28 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/overflow/fractional-sized-scrolling-layer-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698