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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-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 "drawsContent": true,
7 "paintInvalidations": [
8 {
9 "object": "LayoutView #document",
10 "rect": [0, 250, 600, 250],
11 "reason": "incremental"
12 },
13 {
14 "object": "LayoutBlockFlow HTML",
15 "rect": [0, 0, 600, 8],
16 "reason": "forced by layout"
17 }
18 ]
19 }
20 ]
21 }
22 {
23 "bounds": [400, 250],
24 "children": [
25 {
26 "bounds": [400, 250],
27 "drawsContent": true,
28 "paintInvalidations": [
29 {
30 "object": "LayoutBlockFlow HTML",
31 "rect": [0, 0, 600, 8],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutView #document",
36 "rect": [0, 0, 400, 250],
37 "reason": "full"
38 },
39 {
40 "object": "LayoutView #document",
41 "rect": [400, 0, 200, 250],
42 "reason": "incremental"
43 },
44 {
45 "object": "LayoutBlockFlow BODY",
46 "reason": "became visible"
47 }
48 ]
49 }
50 ]
51 }
52 {
53 "bounds": [400, 600],
54 "children": [
55 {
56 "bounds": [400, 600],
57 "drawsContent": true,
58 "paintInvalidations": [
59 {
60 "object": "LayoutView #document",
61 "rect": [0, 0, 400, 600],
62 "reason": "full"
63 },
64 {
65 "object": "LayoutView #document",
66 "rect": [0, 250, 400, 350],
67 "reason": "incremental"
68 },
69 {
70 "object": "LayoutBlockFlow HTML",
71 "rect": [0, 0, 400, 8],
72 "reason": "forced by layout"
73 }
74 ]
75 }
76 ]
77 }
78 {
79 "bounds": [800, 600],
80 "children": [
81 {
82 "bounds": [800, 600],
83 "drawsContent": true,
84 "paintInvalidations": [
85 {
86 "object": "LayoutView #document",
87 "rect": [0, 0, 800, 600],
88 "reason": "full"
89 },
90 {
91 "object": "LayoutBlockFlow HTML",
92 "rect": [0, 0, 800, 8],
93 "reason": "forced by layout"
94 },
95 {
96 "object": "LayoutView #document",
97 "rect": [400, 0, 400, 600],
98 "reason": "incremental"
99 },
100 {
101 "object": "LayoutBlockFlow BODY",
102 "reason": "became visible"
103 }
104 ]
105 }
106 ]
107 }
108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698