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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt

Issue 369483004: Revert of Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 "drawsContent": true, 6 "drawsContent": true,
7 "repaintRects": [ 7 "repaintRects": []
8 [0, 200, 200, 100]
9 ]
10 } 8 }
11 ] 9 ]
12 } 10 }
13 { 11 {
14 "bounds": [300, 300], 12 "bounds": [300, 300],
15 "children": [ 13 "children": [
16 { 14 {
17 "bounds": [300, 300], 15 "bounds": [300, 300],
18 "drawsContent": true, 16 "drawsContent": true,
19 "repaintRects": [ 17 "repaintRects": [
20 [0, 0, 300, 300], 18 [0, 0, 200, 300],
21 [0, 0, 200, 300] 19 [0, 0, 200, 300]
22 ] 20 ]
23 } 21 }
24 ] 22 ]
25 } 23 }
26 { 24 {
27 "bounds": [300, 250], 25 "bounds": [300, 250],
28 "children": [ 26 "children": [
29 { 27 {
30 "bounds": [300, 250], 28 "bounds": [300, 250],
31 "drawsContent": true, 29 "drawsContent": true,
32 "repaintRects": [] 30 "repaintRects": [
31 [0, 250, 300, 50]
32 ]
33 } 33 }
34 ] 34 ]
35 } 35 }
36 { 36 {
37 "bounds": [250, 250], 37 "bounds": [250, 250],
38 "children": [ 38 "children": [
39 { 39 {
40 "bounds": [250, 250], 40 "bounds": [250, 250],
41 "drawsContent": true, 41 "drawsContent": true,
42 "repaintRects": [ 42 "repaintRects": [
43 [0, 0, 300, 250], 43 [0, 0, 300, 250],
44 [0, 0, 250, 250] 44 [0, 0, 250, 250]
45 ] 45 ]
46 } 46 }
47 ] 47 ]
48 } 48 }
49 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698