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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [600, 250],
3 "children": [
4 {
5 "bounds": [600, 250],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutView #document",
11 "rect": [0, 250, 600, 250],
12 "reason": "incremental"
13 },
14 {
15 "object": "LayoutView #document",
16 "rect": [0, 0, 600, 250],
17 "reason": "full"
18 },
19 {
20 "object": "LayoutBlockFlow HTML",
21 "rect": [0, 0, 600, 8],
22 "reason": "forced by layout"
23 }
24 ]
25 }
26 ]
27 }
28 {
29 "bounds": [400, 250],
30 "children": [
31 {
32 "bounds": [400, 250],
33 "contentsOpaque": true,
34 "drawsContent": true,
35 "paintInvalidations": [
36 {
37 "object": "LayoutBlockFlow HTML",
38 "rect": [0, 0, 600, 8],
39 "reason": "forced by layout"
40 },
41 {
42 "object": "LayoutView #document",
43 "rect": [0, 0, 400, 250],
44 "reason": "full"
45 },
46 {
47 "object": "LayoutView #document",
48 "rect": [400, 0, 200, 250],
49 "reason": "incremental"
50 },
51 {
52 "object": "LayoutBlockFlow BODY",
53 "reason": "became visible"
54 }
55 ]
56 }
57 ]
58 }
59 {
60 "bounds": [400, 600],
61 "children": [
62 {
63 "bounds": [400, 600],
64 "contentsOpaque": true,
65 "drawsContent": true,
66 "paintInvalidations": [
67 {
68 "object": "LayoutView #document",
69 "rect": [0, 0, 400, 600],
70 "reason": "full"
71 },
72 {
73 "object": "LayoutView #document",
74 "rect": [0, 250, 400, 350],
75 "reason": "incremental"
76 },
77 {
78 "object": "LayoutBlockFlow HTML",
79 "rect": [0, 0, 400, 8],
80 "reason": "forced by layout"
81 }
82 ]
83 }
84 ]
85 }
86 {
87 "bounds": [800, 600],
88 "children": [
89 {
90 "bounds": [800, 600],
91 "contentsOpaque": true,
92 "drawsContent": true,
93 "paintInvalidations": [
94 {
95 "object": "LayoutView #document",
96 "rect": [0, 0, 800, 600],
97 "reason": "full"
98 },
99 {
100 "object": "LayoutBlockFlow HTML",
101 "rect": [0, 0, 800, 8],
102 "reason": "forced by layout"
103 },
104 {
105 "object": "LayoutView #document",
106 "rect": [400, 0, 400, 600],
107 "reason": "incremental"
108 },
109 {
110 "object": "LayoutBlockFlow BODY",
111 "reason": "became visible"
112 }
113 ]
114 }
115 ]
116 }
117
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698