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

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

Issue 2091123002: Auto-rebaseline for r401697 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [2008, 2096], 3 "bounds": [2008, 2096],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [2008, 2096], 7 "bounds": [2008, 2096],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutView #document", 12 "object": "LayoutView #document",
13 "rect": [0, 0, 2008, 2096], 13 "rect": [0, 0, 2008, 2096],
14 "reason": "style change" 14 "reason": "style change"
15 }, 15 },
16 { 16 {
17 "object": "LayoutView #document", 17 "object": "LayoutView #document",
18 "rect": [0, 0, 785, 585],
19 "reason": "full"
20 },
21 {
22 "object": "LayoutView #document",
23 "rect": [0, 585, 785, 15], 18 "rect": [0, 585, 785, 15],
24 "reason": "scroll" 19 "reason": "scroll"
25 }, 20 },
26 { 21 {
27 "object": "LayoutBlockFlow BODY", 22 "object": "LayoutBlockFlow BODY",
28 "rect": [8, 16, 784, 2072], 23 "rect": [8, 16, 784, 2072],
29 "reason": "style change" 24 "reason": "style change"
30 }, 25 },
31 { 26 {
32 "object": "LayoutBlockFlow P", 27 "object": "LayoutBlockFlow P",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 { 66 {
72 "object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS class change'", 67 "object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS class change'",
73 "reason": "full" 68 "reason": "full"
74 }, 69 },
75 { 70 {
76 "object": "InlineTextBox '.'", 71 "object": "InlineTextBox '.'",
77 "reason": "full" 72 "reason": "full"
78 }, 73 },
79 { 74 {
80 "object": "LayoutView #document", 75 "object": "LayoutView #document",
81 "reason": "full"
82 },
83 {
84 "object": "LayoutView #document",
85 "reason": "style change" 76 "reason": "style change"
86 }, 77 },
87 { 78 {
88 "object": "LayoutBlockFlow BODY", 79 "object": "LayoutBlockFlow BODY",
89 "reason": "style change" 80 "reason": "style change"
90 }, 81 },
91 { 82 {
92 "object": "LayoutBlockFlow P", 83 "object": "LayoutBlockFlow P",
93 "reason": "forced by layout" 84 "reason": "forced by layout"
94 }, 85 },
(...skipping 13 matching lines...) Expand all
108 "object": "LayoutView #document", 99 "object": "LayoutView #document",
109 "reason": "scroll" 100 "reason": "scroll"
110 }, 101 },
111 { 102 {
112 "object": "LayoutView #document", 103 "object": "LayoutView #document",
113 "reason": "scroll" 104 "reason": "scroll"
114 } 105 }
115 ] 106 ]
116 } 107 }
117 108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698