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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-no-layout-change2-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
« no previous file with comments | « LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-no-layout-change1-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "bounds": [2008, 2008], 2 "bounds": [2008, 2008],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [2008, 2008], 5 "bounds": [2008, 2008],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true
8 "repaintRects": [
9 [0, 200, 200, 100]
10 ],
11 "paintInvalidationClients": [
12 "LayoutView #document"
13 ]
14 } 8 }
15 ] 9 ]
16 } 10 }
17 { 11 {
18 "bounds": [2008, 2008], 12 "bounds": [2008, 2008],
19 "children": [ 13 "children": [
20 { 14 {
21 "bounds": [2008, 2008], 15 "bounds": [2008, 2008],
22 "contentsOpaque": true, 16 "contentsOpaque": true,
23 "drawsContent": true, 17 "drawsContent": true,
24 "repaintRects": [ 18 "repaintRects": [
25 [200, 0, 100, 300],
26 [200, 0, 100, 8],
27 [0, 0, 300, 300] 19 [0, 0, 300, 300]
28 ], 20 ],
29 "paintInvalidationClients": [ 21 "paintInvalidationClients": [
30 "LayoutView #document", 22 "LayoutView #document"
31 "LayoutView #document",
32 "LayoutBlockFlow HTML"
33 ] 23 ]
34 } 24 }
35 ] 25 ]
36 } 26 }
37 { 27 {
38 "bounds": [2008, 2008], 28 "bounds": [2008, 2008],
39 "children": [ 29 "children": [
40 { 30 {
41 "bounds": [2008, 2008], 31 "bounds": [2008, 2008],
42 "contentsOpaque": true, 32 "contentsOpaque": true,
43 "drawsContent": true, 33 "drawsContent": true
44 "repaintRects": [
45 [0, 250, 300, 50]
46 ],
47 "paintInvalidationClients": [
48 "LayoutView #document"
49 ]
50 } 34 }
51 ] 35 ]
52 } 36 }
53 { 37 {
54 "bounds": [2008, 2008], 38 "bounds": [2008, 2008],
55 "children": [ 39 "children": [
56 { 40 {
57 "bounds": [2008, 2008], 41 "bounds": [2008, 2008],
58 "contentsOpaque": true, 42 "contentsOpaque": true,
59 "drawsContent": true, 43 "drawsContent": true,
60 "repaintRects": [ 44 "repaintRects": [
61 [250, 0, 50, 250],
62 [250, 0, 50, 8],
63 [0, 0, 250, 250] 45 [0, 0, 250, 250]
64 ], 46 ],
65 "paintInvalidationClients": [ 47 "paintInvalidationClients": [
66 "LayoutView #document", 48 "LayoutView #document"
67 "LayoutView #document",
68 "LayoutBlockFlow HTML"
69 ] 49 ]
70 } 50 }
71 ] 51 ]
72 } 52 }
73 53
OLDNEW
« no previous file with comments | « LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-no-layout-change1-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698