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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-width-height-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, 100, 100, 50], 16 "rect": [0, 125, 300, 125],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow HTML", 20 "object": "LayoutBlockFlow HTML",
21 "reason": "forced by layout" 21 "reason": "forced by layout"
22 } 22 }
23 ] 23 ]
24 } 24 }
25 ] 25 ]
26 } 26 }
27 { 27 {
28 "bounds": [300, 300], 28 "bounds": [400, 250],
29 "children": [ 29 "children": [
30 { 30 {
31 "bounds": [300, 300], 31 "bounds": [400, 250],
32 "contentsOpaque": true, 32 "contentsOpaque": true,
33 "drawsContent": true, 33 "drawsContent": true,
34 "paintInvalidations": [ 34 "paintInvalidations": [
35 { 35 {
36 "object": "LayoutView #document", 36 "object": "LayoutView #document",
37 "rect": [0, 0, 300, 300], 37 "rect": [0, 0, 400, 250],
38 "reason": "full" 38 "reason": "full"
39 }, 39 },
40 { 40 {
41 "object": "LayoutView #document", 41 "object": "LayoutView #document",
42 "rect": [200, 0, 100, 300], 42 "rect": [400, 0, 200, 250],
43 "reason": "incremental" 43 "reason": "incremental"
44 }, 44 },
45 { 45 {
46 "object": "LayoutBlockFlow (positioned) DIV", 46 "object": "LayoutBlockFlow (positioned) DIV",
47 "rect": [100, 0, 50, 150], 47 "rect": [200, 0, 100, 125],
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, 125, 150, 25], 78 "rect": [0, 125, 200, 175],
74 "reason": "incremental" 79 "reason": "incremental"
75 }, 80 },
76 { 81 {
77 "object": "LayoutBlockFlow HTML", 82 "object": "LayoutBlockFlow HTML",
78 "reason": "forced by layout" 83 "reason": "forced by layout"
79 } 84 }
80 ] 85 ]
81 } 86 }
82 ] 87 ]
83 } 88 }
84 { 89 {
85 "bounds": [250, 250], 90 "bounds": [800, 600],
86 "children": [ 91 "children": [
87 { 92 {
88 "bounds": [250, 250], 93 "bounds": [800, 600],
89 "contentsOpaque": true, 94 "contentsOpaque": true,
90 "drawsContent": true, 95 "drawsContent": true,
91 "paintInvalidations": [ 96 "paintInvalidations": [
92 { 97 {
93 "object": "LayoutView #document", 98 "object": "LayoutView #document",
94 "rect": [0, 0, 250, 250], 99 "rect": [0, 0, 800, 600],
95 "reason": "full" 100 "reason": "full"
96 }, 101 },
97 { 102 {
98 "object": "LayoutView #document", 103 "object": "LayoutView #document",
99 "rect": [250, 0, 50, 250], 104 "rect": [400, 0, 400, 600],
100 "reason": "incremental" 105 "reason": "incremental"
101 }, 106 },
102 { 107 {
103 "object": "LayoutBlockFlow (positioned) DIV", 108 "object": "LayoutBlockFlow (positioned) DIV",
104 "rect": [125, 0, 25, 125], 109 "rect": [200, 0, 200, 300],
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