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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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": [8, 8], 10 "position": [8, 8],
(...skipping 15 matching lines...) Expand all
26 { 26 {
27 "bounds": [202, 202], 27 "bounds": [202, 202],
28 "children": [ 28 "children": [
29 { 29 {
30 "position": [1, 186], 30 "position": [1, 186],
31 "bounds": [185, 15] 31 "bounds": [185, 15]
32 }, 32 },
33 { 33 {
34 "position": [186, 1], 34 "position": [186, 1],
35 "bounds": [15, 185], 35 "bounds": [15, 185],
36 "repaintRects": [ 36 "paintInvalidations": [
37 [0, 0, 15, 185] 37 {
38 "object": "Vertical Scrollbar Layer",
39 "rect": [0, 0, 15, 185],
40 "reason": "full"
41 }
38 ] 42 ]
39 }, 43 },
40 { 44 {
41 "position": [186, 186], 45 "position": [186, 186],
42 "bounds": [15, 15], 46 "bounds": [15, 15],
43 "drawsContent": true 47 "drawsContent": true
44 } 48 }
45 ] 49 ]
46 } 50 }
47 ] 51 ]
48 } 52 }
49 ] 53 ]
50 } 54 }
51 ] 55 ]
52 } 56 }
53 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698