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

Side by Side Diff: LayoutTests/fast/repaint/filter-invalidation-with-composited-container-change-expected.txt

Issue 708213002: Remove the HasOwnBackingButPaintsIntoAncestor compositing state. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed more tests. 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": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [8, 8, 328, 328],
10 [8, 8, 328, 328] 9 [8, 8, 328, 328]
11 ], 10 ],
12 "children": [ 11 "children": [
13 { 12 {
14 "position": [-20, -20], 13 "position": [-20, -20],
15 "bounds": [256, 256], 14 "bounds": [256, 256],
16 "drawsContent": true, 15 "drawsContent": true,
17 "backgroundColor": "#008000", 16 "backgroundColor": "#008000",
18 "repaintRects": [ 17 "repaintRects": [
19 [0, 0, 256, 256] 18 [0, 0, 256, 256]
20 ] 19 ]
21 } 20 }
22 ] 21 ]
23 } 22 }
24 ] 23 ]
25 } 24 }
26 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698