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

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

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

Powered by Google App Engine
This is Rietveld 408576698