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

Side by Side Diff: LayoutTests/compositing/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-expected.txt

Issue 512293002: Fix paint invalidation when composited layers change from paints-into-ancestor to self-painting. (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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [8, 8, 784, 142]
10 ],
11 "children": [
12 {
13 "position": [8, 8],
14 "bounds": [784, 142],
15 "opacity": 0,
16 "contentsOpaque": true,
17 "drawsContent": true,
18 "backgroundColor": "#FF0000",
19 "repaintRects": [
20 [16, 131, 33, 11],
21 [8, 128, 49, 14],
22 [8, 123, 33, 16],
23 [8, 108, 776, 34],
24 [0, 120, 49, 22],
25 [0, 100, 784, 42],
26 [0, 0, 784, 142],
27 [0, 0, 784, 142]
28 ],
29 "children": [
30 {
31 "bounds": [784, 142],
32 "shouldFlattenTransform": false,
33 "transform": [
34 [1, 0, 0, 0],
35 [0, 1, 0, 0],
36 [0, 0, 1, -1],
37 [0, 0, 0, 1]
38 ],
39 "children": [
40 {
41 "bounds": [100, 100],
42 "contentsOpaque": true,
43 "drawsContent": true,
44 "backfaceVisibility": "hidden",
45 "backgroundColor": "#0000FF"
46 }
47 ]
48 }
49 ]
50 }
51 ]
52 }
53 ]
54 }
55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698