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

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

Issue 1880263003: Auto-rebaseline for r386782 (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": [2008, 2092], 2 "bounds": [2008, 2092],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [2008, 2092], 5 "bounds": [2008, 2092],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineTextBox '.'", 10 "object": "InlineTextBox '.'",
(...skipping 20 matching lines...) Expand all
31 "rect": [8, 16, 2000, 2068], 31 "rect": [8, 16, 2000, 2068],
32 "reason": "style change" 32 "reason": "style change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow P", 35 "object": "LayoutBlockFlow P",
36 "rect": [8, 16, 784, 18], 36 "rect": [8, 16, 784, 18],
37 "reason": "forced by layout" 37 "reason": "forced by layout"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow P", 40 "object": "LayoutBlockFlow P",
41 "rect": [8, 16, 769, 18],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutBlockFlow P",
46 "rect": [8, 50, 784, 18], 41 "rect": [8, 50, 784, 18],
47 "reason": "forced by layout" 42 "reason": "forced by layout"
48 }, 43 },
49 { 44 {
50 "object": "LayoutBlockFlow P",
51 "rect": [8, 50, 769, 18],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutView #document", 45 "object": "LayoutView #document",
56 "rect": [0, 0, 785, 585], 46 "rect": [0, 0, 785, 585],
57 "reason": "full" 47 "reason": "full"
58 }, 48 },
59 { 49 {
60 "object": "LayoutView #document", 50 "object": "LayoutView #document",
61 "rect": [0, 0, 2008, 2092], 51 "rect": [0, 0, 2008, 2092],
62 "reason": "style change" 52 "reason": "style change"
63 }, 53 },
64 { 54 {
(...skipping 29 matching lines...) Expand all
94 { 84 {
95 "object": "RootInlineBox", 85 "object": "RootInlineBox",
96 "rect": [0, 0, 0, 0], 86 "rect": [0, 0, 0, 0],
97 "reason": "full" 87 "reason": "full"
98 } 88 }
99 ] 89 ]
100 } 90 }
101 ] 91 ]
102 } 92 }
103 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698