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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-media-query-expected.txt

Issue 1181023003: Auto-rebaseline for r196973 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [200, 300], 2 "bounds": [200, 300],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [200, 300], 5 "bounds": [200, 300],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "backgroundColor": "#0000FF",
8 "repaintRects": [ 9 "repaintRects": [
9 [0, 0, 200, 300], 10 [0, 0, 200, 300],
10 [0, 0, 200, 200], 11 [0, 0, 200, 200],
11 [0, 0, 200, 8] 12 [0, 0, 200, 8]
12 ], 13 ],
13 "paintInvalidationClients": [ 14 "paintInvalidationClients": [
14 "VerticalScrollbar", 15 "VerticalScrollbar",
15 "LayoutView #document", 16 "LayoutView #document",
16 "LayoutBlockFlow HTML", 17 "LayoutBlockFlow HTML",
17 "LayoutBlockFlow BODY" 18 "LayoutBlockFlow BODY"
18 ] 19 ]
19 } 20 }
20 ] 21 ]
21 } 22 }
22 { 23 {
23 "bounds": [300, 300], 24 "bounds": [300, 300],
24 "children": [ 25 "children": [
25 { 26 {
26 "bounds": [300, 300], 27 "bounds": [300, 300],
27 "contentsOpaque": true, 28 "contentsOpaque": true,
28 "drawsContent": true, 29 "drawsContent": true,
30 "backgroundColor": "#0000FF",
29 "repaintRects": [ 31 "repaintRects": [
30 [200, 0, 100, 300], 32 [200, 0, 100, 300],
31 [0, 0, 300, 300], 33 [0, 0, 300, 300],
32 [0, 0, 300, 8], 34 [0, 0, 300, 8],
33 [0, 0, 200, 8] 35 [0, 0, 200, 8]
34 ], 36 ],
35 "paintInvalidationClients": [ 37 "paintInvalidationClients": [
36 "HorizontalScrollbar", 38 "HorizontalScrollbar",
37 "LayoutView #document", 39 "LayoutView #document",
38 "LayoutView #document", 40 "LayoutView #document",
39 "LayoutBlockFlow HTML", 41 "LayoutBlockFlow HTML",
40 "LayoutBlockFlow BODY" 42 "LayoutBlockFlow BODY"
41 ] 43 ]
42 } 44 }
43 ] 45 ]
44 } 46 }
45 { 47 {
46 "bounds": [300, 250], 48 "bounds": [300, 250],
47 "children": [ 49 "children": [
48 { 50 {
49 "bounds": [300, 250], 51 "bounds": [300, 250],
50 "contentsOpaque": true, 52 "contentsOpaque": true,
51 "drawsContent": true, 53 "drawsContent": true,
54 "backgroundColor": "#0000FF",
52 "repaintRects": [ 55 "repaintRects": [
53 [0, 250, 300, 50], 56 [0, 250, 300, 50],
54 [0, 0, 300, 8] 57 [0, 0, 300, 8]
55 ], 58 ],
56 "paintInvalidationClients": [ 59 "paintInvalidationClients": [
57 "LayoutView #document", 60 "LayoutView #document",
58 "LayoutBlockFlow HTML" 61 "LayoutBlockFlow HTML"
59 ] 62 ]
60 } 63 }
61 ] 64 ]
62 } 65 }
63 { 66 {
64 "bounds": [250, 250], 67 "bounds": [250, 250],
65 "children": [ 68 "children": [
66 { 69 {
67 "bounds": [250, 250], 70 "bounds": [250, 250],
68 "contentsOpaque": true, 71 "contentsOpaque": true,
69 "drawsContent": true, 72 "drawsContent": true,
73 "backgroundColor": "#0000FF",
70 "repaintRects": [ 74 "repaintRects": [
71 [250, 0, 50, 250], 75 [250, 0, 50, 250],
72 [0, 0, 300, 8], 76 [0, 0, 300, 8],
73 [0, 0, 250, 250], 77 [0, 0, 250, 250],
74 [0, 0, 250, 8] 78 [0, 0, 250, 8]
75 ], 79 ],
76 "paintInvalidationClients": [ 80 "paintInvalidationClients": [
77 "LayoutView #document", 81 "LayoutView #document",
78 "LayoutView #document", 82 "LayoutView #document",
79 "LayoutBlockFlow HTML", 83 "LayoutBlockFlow HTML",
80 "LayoutBlockFlow BODY" 84 "LayoutBlockFlow BODY"
81 ] 85 ]
82 } 86 }
83 ] 87 ]
84 } 88 }
85 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698