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

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

Powered by Google App Engine
This is Rietveld 408576698