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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overflow-scroll-body-appear-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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": [2008, 2096], 2 "bounds": [2008, 2096],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [2008, 2096], 5 "bounds": [2008, 2096],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 0, 2008, 2096], 11 "rect": [0, 0, 800, 600],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow BODY",
16 "rect": [8, 16, 2000, 2072],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutView #document", 15 "object": "LayoutView #document",
21 "rect": [0, 0, 785, 585], 16 "rect": [0, 0, 785, 585],
22 "reason": "full" 17 "reason": "full"
23 }, 18 },
24 { 19 {
25 "object": "LayoutView #document", 20 "object": "LayoutView #document",
26 "rect": [0, 585, 785, 15], 21 "rect": [0, 585, 785, 15],
27 "reason": "scroll" 22 "reason": "scroll"
28 }, 23 },
29 { 24 {
25 "object": "LayoutBlockFlow BODY",
26 "rect": [8, 16, 784, 2072],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutBlockFlow P", 30 "object": "LayoutBlockFlow P",
31 "rect": [8, 52, 784, 20], 31 "rect": [8, 52, 784, 20],
32 "reason": "forced by layout" 32 "reason": "forced by layout"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow P", 35 "object": "LayoutBlockFlow P",
36 "rect": [8, 16, 784, 20], 36 "rect": [8, 16, 784, 20],
37 "reason": "forced by layout" 37 "reason": "forced by layout"
38 }, 38 },
39 { 39 {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 }, 80 },
81 { 81 {
82 "object": "RootInlineBox", 82 "object": "RootInlineBox",
83 "reason": "full" 83 "reason": "full"
84 } 84 }
85 ] 85 ]
86 } 86 }
87 ] 87 ]
88 } 88 }
89 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698