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

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

Issue 683373002: Invalidate the frame view when changing the background image of the document or body. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Created 6 years, 1 month 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] 8 [0, 200, 200, 100]
9 ] 9 ]
10 } 10 }
11 ] 11 ]
12 } 12 }
13 { 13 {
14 "bounds": [300, 300], 14 "bounds": [300, 300],
15 "children": [ 15 "children": [
16 { 16 {
17 "bounds": [300, 300], 17 "bounds": [300, 300],
18 "drawsContent": true, 18 "drawsContent": true,
19 "repaintRects": [ 19 "repaintRects": [
20 [0, 0, 300, 300], 20 [0, 0, 300, 300],
21 [0, 0, 200, 300] 21 [0, 0, 300, 300]
22 ] 22 ]
23 } 23 }
24 ] 24 ]
25 } 25 }
26 { 26 {
27 "bounds": [300, 250], 27 "bounds": [300, 250],
28 "children": [ 28 "children": [
29 { 29 {
30 "bounds": [300, 250], 30 "bounds": [300, 250],
31 "drawsContent": true, 31 "drawsContent": true,
32 "repaintRects": [ 32 "repaintRects": [
33 [0, 250, 300, 50] 33 [0, 250, 300, 50]
34 ] 34 ]
35 } 35 }
36 ] 36 ]
37 } 37 }
38 { 38 {
39 "bounds": [250, 250], 39 "bounds": [250, 250],
40 "children": [ 40 "children": [
41 { 41 {
42 "bounds": [250, 250], 42 "bounds": [250, 250],
43 "drawsContent": true, 43 "drawsContent": true,
44 "repaintRects": [ 44 "repaintRects": [
45 [0, 0, 300, 250], 45 [0, 0, 250, 250],
46 [0, 0, 250, 250] 46 [0, 0, 250, 250]
47 ] 47 ]
48 } 48 }
49 ] 49 ]
50 } 50 }
51 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698