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

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

Issue 2108503002: Auto-rebaseline for r402292 (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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [2008, 2092],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [2008, 2092],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutView #document",
13 "rect": [0, 0, 2008, 2092],
14 "reason": "style change"
15 },
16 {
17 "object": "LayoutView #document",
18 "rect": [0, 585, 785, 15],
19 "reason": "scroll"
20 },
21 {
22 "object": "LayoutBlockFlow BODY",
23 "rect": [8, 16, 784, 2068],
24 "reason": "style change"
25 },
26 {
27 "object": "LayoutBlockFlow P",
28 "rect": [8, 50, 784, 18],
29 "reason": "forced by layout"
30 },
31 {
32 "object": "LayoutBlockFlow P",
33 "rect": [8, 16, 784, 18],
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutView #document",
38 "rect": [785, 0, 15, 585],
39 "reason": "scroll"
40 },
41 {
42 "object": "LayoutView #document",
43 "rect": [785, 585, 15, 15],
44 "reason": "scroll"
45 }
46 ]
47 }
48 ],
49 "objectPaintInvalidations": [
50 {
51 "object": "RootInlineBox",
52 "reason": "full"
53 },
54 {
55 "object": "InlineTextBox 'You should see both vertical and horizontal scro llbars.'",
56 "reason": "full"
57 },
58 {
59 "object": "RootInlineBox",
60 "reason": "full"
61 },
62 {
63 "object": "InlineTextBox 'This is the test for '",
64 "reason": "full"
65 },
66 {
67 "object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS class change'",
68 "reason": "full"
69 },
70 {
71 "object": "InlineTextBox '.'",
72 "reason": "full"
73 },
74 {
75 "object": "LayoutView #document",
76 "reason": "style change"
77 },
78 {
79 "object": "LayoutBlockFlow BODY",
80 "reason": "style change"
81 },
82 {
83 "object": "LayoutBlockFlow P",
84 "reason": "forced by layout"
85 },
86 {
87 "object": "RootInlineBox",
88 "reason": "forced by layout"
89 },
90 {
91 "object": "LayoutBlockFlow P",
92 "reason": "forced by layout"
93 },
94 {
95 "object": "RootInlineBox",
96 "reason": "forced by layout"
97 },
98 {
99 "object": "LayoutView #document",
100 "reason": "scroll"
101 },
102 {
103 "object": "LayoutView #document",
104 "reason": "scroll"
105 }
106 ]
107 }
108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698