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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt

Issue 1185423002: Enable slimming paint for fast/repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove old expectations 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": [2008, 2016], 2 "bounds": [2008, 2016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [2008, 2016], 5 "bounds": [2008, 2016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 } 8 }
9 ] 9 ]
10 } 10 }
11 { 11 {
12 "bounds": [2008, 2016], 12 "bounds": [2008, 2016],
13 "children": [ 13 "children": [
14 { 14 {
15 "bounds": [2008, 2016], 15 "bounds": [2008, 2016],
16 "contentsOpaque": true, 16 "contentsOpaque": true,
17 "drawsContent": true, 17 "drawsContent": true,
18 "repaintRects": [ 18 "repaintRects": [
19 [0, 0, 2008, 2016],
20 [0, 0, 300, 300] 19 [0, 0, 300, 300]
20 ],
21 "paintInvalidationClients": [
22 "LayoutView #document"
21 ] 23 ]
22 } 24 }
23 ] 25 ]
24 } 26 }
25 { 27 {
26 "bounds": [2008, 2016], 28 "bounds": [2008, 2016],
27 "children": [ 29 "children": [
28 { 30 {
29 "bounds": [2008, 2016], 31 "bounds": [2008, 2016],
30 "contentsOpaque": true, 32 "contentsOpaque": true,
31 "drawsContent": true 33 "drawsContent": true
32 } 34 }
33 ] 35 ]
34 } 36 }
35 { 37 {
36 "bounds": [2008, 2016], 38 "bounds": [2008, 2016],
37 "children": [ 39 "children": [
38 { 40 {
39 "bounds": [2008, 2016], 41 "bounds": [2008, 2016],
40 "contentsOpaque": true, 42 "contentsOpaque": true,
41 "drawsContent": true, 43 "drawsContent": true,
42 "repaintRects": [ 44 "repaintRects": [
43 [0, 0, 2008, 2016],
44 [0, 0, 250, 250] 45 [0, 0, 250, 250]
46 ],
47 "paintInvalidationClients": [
48 "LayoutView #document"
45 ] 49 ]
46 } 50 }
47 ] 51 ]
48 } 52 }
49 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698