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

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

Issue 2039943003: 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": [200, 300], 2 "bounds": [600, 250],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [200, 300], 5 "bounds": [600, 250],
6 "drawsContent": true, 6 "drawsContent": true,
7 "paintInvalidations": [ 7 "paintInvalidations": [
8 { 8 {
9 "object": "LayoutView #document", 9 "object": "LayoutView #document",
10 "rect": [0, 200, 200, 100], 10 "rect": [0, 250, 600, 250],
11 "reason": "incremental" 11 "reason": "incremental"
12 }, 12 },
13 { 13 {
14 "object": "LayoutBlockFlow HTML", 14 "object": "LayoutBlockFlow HTML",
15 "rect": [0, 0, 200, 8], 15 "rect": [0, 0, 600, 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": [300, 300], 23 "bounds": [400, 250],
24 "children": [ 24 "children": [
25 { 25 {
26 "bounds": [300, 300], 26 "bounds": [400, 250],
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 {
35 "object": "LayoutBlockFlow HTML", 30 "object": "LayoutBlockFlow HTML",
36 "rect": [0, 0, 300, 8], 31 "rect": [0, 0, 600, 8],
37 "reason": "forced by layout" 32 "reason": "forced by layout"
38 }, 33 },
39 { 34 {
40 "object": "LayoutView #document", 35 "object": "LayoutView #document",
41 "rect": [200, 0, 100, 300], 36 "rect": [0, 0, 400, 250],
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": [300, 250], 53 "bounds": [400, 600],
54 "children": [ 54 "children": [
55 { 55 {
56 "bounds": [300, 250], 56 "bounds": [400, 600],
57 "drawsContent": true, 57 "drawsContent": true,
58 "paintInvalidations": [ 58 "paintInvalidations": [
59 { 59 {
60 "object": "LayoutView #document", 60 "object": "LayoutView #document",
61 "rect": [0, 250, 300, 50], 61 "rect": [0, 0, 400, 600],
62 "reason": "full"
63 },
64 {
65 "object": "LayoutView #document",
66 "rect": [0, 250, 400, 350],
62 "reason": "incremental" 67 "reason": "incremental"
63 }, 68 },
64 { 69 {
65 "object": "LayoutBlockFlow HTML", 70 "object": "LayoutBlockFlow HTML",
66 "rect": [0, 0, 300, 8], 71 "rect": [0, 0, 400, 8],
67 "reason": "forced by layout" 72 "reason": "forced by layout"
68 } 73 }
69 ] 74 ]
70 } 75 }
71 ] 76 ]
72 } 77 }
73 { 78 {
74 "bounds": [250, 250], 79 "bounds": [800, 600],
75 "children": [ 80 "children": [
76 { 81 {
77 "bounds": [250, 250], 82 "bounds": [800, 600],
78 "drawsContent": true, 83 "drawsContent": true,
79 "paintInvalidations": [ 84 "paintInvalidations": [
80 { 85 {
86 "object": "LayoutView #document",
87 "rect": [0, 0, 800, 600],
88 "reason": "full"
89 },
90 {
81 "object": "LayoutBlockFlow HTML", 91 "object": "LayoutBlockFlow HTML",
82 "rect": [0, 0, 300, 8], 92 "rect": [0, 0, 800, 8],
83 "reason": "forced by layout" 93 "reason": "forced by layout"
84 }, 94 },
85 { 95 {
86 "object": "LayoutView #document", 96 "object": "LayoutView #document",
87 "rect": [0, 0, 250, 250], 97 "rect": [400, 0, 400, 600],
88 "reason": "full"
89 },
90 {
91 "object": "LayoutView #document",
92 "rect": [250, 0, 50, 250],
93 "reason": "incremental" 98 "reason": "incremental"
94 }, 99 },
95 { 100 {
96 "object": "LayoutBlockFlow BODY", 101 "object": "LayoutBlockFlow BODY",
97 "reason": "became visible" 102 "reason": "became visible"
98 } 103 }
99 ] 104 ]
100 } 105 }
101 ] 106 ]
102 } 107 }
103 108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698