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

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

Powered by Google App Engine
This is Rietveld 408576698