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

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

Powered by Google App Engine
This is Rietveld 408576698