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

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

Powered by Google App Engine
This is Rietveld 408576698