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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt

Issue 1553133002: Revert "Reland: Make ScrollbarThemeAura selectively invalidate scrollbar parts." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [300, 300], 10 "position": [300, 300],
(...skipping 21 matching lines...) Expand all
32 "LayoutBlockFlow DIV id='target'" 32 "LayoutBlockFlow DIV id='target'"
33 ] 33 ]
34 } 34 }
35 ] 35 ]
36 }, 36 },
37 { 37 {
38 "bounds": [200, 200], 38 "bounds": [200, 200],
39 "children": [ 39 "children": [
40 { 40 {
41 "position": [185, 0], 41 "position": [185, 0],
42 "bounds": [15, 200] 42 "bounds": [15, 200],
43 "repaintRects": [
44 [0, 0, 15, 200]
45 ]
43 } 46 }
44 ] 47 ]
45 } 48 }
46 ] 49 ]
47 } 50 }
48 ] 51 ]
49 } 52 }
50 ] 53 ]
51 } 54 }
52 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698