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

Side by Side Diff: LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt

Issue 546713004: Revert of Move some scroll invalidations to the paint invalidation phase (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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": [785, 4016], 2 "bounds": [785, 4016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 4016], 5 "bounds": [785, 4016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [0, 600, 400, 100], 9 [0, 500, 400, 200]
10 [0, 500, 400, 100]
11 ], 10 ],
12 "children": [ 11 "children": [
13 { 12 {
14 "position": [0, 600], 13 "position": [0, 600],
15 "bounds": [400, 100], 14 "bounds": [400, 100],
16 "contentsOpaque": true, 15 "contentsOpaque": true,
17 "backgroundColor": "#A0A0A0", 16 "backgroundColor": "#A0A0A0",
18 "children": [ 17 "children": [
19 { 18 {
20 "bounds": [400, 100], 19 "bounds": [400, 100],
21 "children": [ 20 "children": [
22 { 21 {
23 "bounds": [200, 100], 22 "bounds": [200, 100],
24 "contentsOpaque": true, 23 "contentsOpaque": true,
25 "drawsContent": true, 24 "drawsContent": true,
26 "backgroundColor": "#00A0A0" 25 "backgroundColor": "#00A0A0"
27 } 26 }
28 ] 27 ]
29 } 28 }
30 ] 29 ]
31 } 30 }
32 ] 31 ]
33 } 32 }
34 ] 33 ]
35 } 34 }
36 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698