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

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

Issue 351673007: Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added the missing TestExpectation suppressions 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 ]
8 } 10 }
9 ] 11 ]
10 } 12 }
11 { 13 {
12 "bounds": [300, 300], 14 "bounds": [300, 300],
13 "children": [ 15 "children": [
14 { 16 {
15 "bounds": [300, 300], 17 "bounds": [300, 300],
16 "drawsContent": true, 18 "drawsContent": true,
17 "repaintRects": [ 19 "repaintRects": [
18 [0, 0, 200, 300], 20 [0, 0, 300, 300],
19 [0, 0, 200, 300] 21 [0, 0, 200, 300]
20 ] 22 ]
21 } 23 }
22 ] 24 ]
23 } 25 }
24 { 26 {
25 "bounds": [300, 250], 27 "bounds": [300, 250],
26 "children": [ 28 "children": [
27 { 29 {
28 "bounds": [300, 250], 30 "bounds": [300, 250],
29 "drawsContent": true, 31 "drawsContent": true,
30 "repaintRects": [ 32 "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