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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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": [200, 300], 2 "bounds": [200, 300],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [200, 300], 5 "bounds": [200, 300],
6 "drawsContent": true, 6 "drawsContent": true,
7 "paintInvalidations": [ 7 "paintInvalidations": [
8 { 8 {
9 "object": "LayoutView #document",
10 "rect": [0, 200, 200, 100],
11 "reason": "incremental"
12 },
13 {
9 "object": "LayoutBlockFlow HTML", 14 "object": "LayoutBlockFlow HTML",
10 "rect": [0, 0, 200, 8], 15 "rect": [0, 0, 200, 8],
11 "reason": "forced by layout" 16 "reason": "forced by layout"
12 },
13 {
14 "object": "LayoutView #document",
15 "rect": [0, 200, 200, 100],
16 "reason": "incremental"
17 } 17 }
18 ] 18 ]
19 } 19 }
20 ] 20 ]
21 } 21 }
22 { 22 {
23 "bounds": [300, 300], 23 "bounds": [300, 300],
24 "children": [ 24 "children": [
25 { 25 {
26 "bounds": [300, 300], 26 "bounds": [300, 300],
27 "drawsContent": true, 27 "drawsContent": true,
28 "paintInvalidations": [ 28 "paintInvalidations": [
29 { 29 {
30 "object": "LayoutBlockFlow BODY", 30 "object": "LayoutView #document",
31 "rect": [0, 0, 0, 0], 31 "rect": [0, 0, 300, 300],
32 "reason": "became visible" 32 "reason": "full"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow HTML", 35 "object": "LayoutBlockFlow HTML",
36 "rect": [0, 0, 300, 8], 36 "rect": [0, 0, 300, 8],
37 "reason": "forced by layout" 37 "reason": "forced by layout"
38 }, 38 },
39 { 39 {
40 "object": "LayoutView #document", 40 "object": "LayoutView #document",
41 "rect": [0, 0, 300, 300],
42 "reason": "full"
43 },
44 {
45 "object": "LayoutView #document",
46 "rect": [200, 0, 100, 300], 41 "rect": [200, 0, 100, 300],
47 "reason": "incremental" 42 "reason": "incremental"
43 },
44 {
45 "object": "LayoutBlockFlow BODY",
46 "reason": "became visible"
48 } 47 }
49 ] 48 ]
50 } 49 }
51 ] 50 ]
52 } 51 }
53 { 52 {
54 "bounds": [300, 250], 53 "bounds": [300, 250],
55 "children": [ 54 "children": [
56 { 55 {
57 "bounds": [300, 250], 56 "bounds": [300, 250],
58 "drawsContent": true, 57 "drawsContent": true,
59 "paintInvalidations": [ 58 "paintInvalidations": [
60 { 59 {
60 "object": "LayoutView #document",
61 "rect": [0, 250, 300, 50],
62 "reason": "incremental"
63 },
64 {
61 "object": "LayoutBlockFlow HTML", 65 "object": "LayoutBlockFlow HTML",
62 "rect": [0, 0, 300, 8], 66 "rect": [0, 0, 300, 8],
63 "reason": "forced by layout" 67 "reason": "forced by layout"
64 },
65 {
66 "object": "LayoutView #document",
67 "rect": [0, 250, 300, 50],
68 "reason": "incremental"
69 } 68 }
70 ] 69 ]
71 } 70 }
72 ] 71 ]
73 } 72 }
74 { 73 {
75 "bounds": [250, 250], 74 "bounds": [250, 250],
76 "children": [ 75 "children": [
77 { 76 {
78 "bounds": [250, 250], 77 "bounds": [250, 250],
79 "drawsContent": true, 78 "drawsContent": true,
80 "paintInvalidations": [ 79 "paintInvalidations": [
81 { 80 {
82 "object": "LayoutBlockFlow BODY",
83 "rect": [0, 0, 0, 0],
84 "reason": "became visible"
85 },
86 {
87 "object": "LayoutBlockFlow HTML", 81 "object": "LayoutBlockFlow HTML",
88 "rect": [0, 0, 300, 8], 82 "rect": [0, 0, 300, 8],
89 "reason": "forced by layout" 83 "reason": "forced by layout"
90 }, 84 },
91 { 85 {
92 "object": "LayoutView #document", 86 "object": "LayoutView #document",
93 "rect": [0, 0, 250, 250], 87 "rect": [0, 0, 250, 250],
94 "reason": "full" 88 "reason": "full"
95 }, 89 },
96 { 90 {
97 "object": "LayoutView #document", 91 "object": "LayoutView #document",
98 "rect": [250, 0, 50, 250], 92 "rect": [250, 0, 50, 250],
99 "reason": "incremental" 93 "reason": "incremental"
94 },
95 {
96 "object": "LayoutBlockFlow BODY",
97 "reason": "became visible"
100 } 98 }
101 ] 99 ]
102 } 100 }
103 ] 101 ]
104 } 102 }
105 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698