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

Side by Side Diff: LayoutTests/compositing/change-from-paints-into-ancestor-to-paints-into-own-backing-for-intrinsic-reason-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
(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, 100]
10 ],
11 "children": [
12 {
13 "position": [8, 8],
14 "bounds": [784, 100],
15 "opacity": 0,
16 "contentsOpaque": true,
17 "drawsContent": true,
18 "backgroundColor": "#FF0000",
19 "repaintRects": [
20 [0, 0, 784, 100]
21 ],
22 "children": [
23 {
24 "bounds": [784, 100],
25 "shouldFlattenTransform": false,
26 "transform": [
27 [1, 0, 0, 0],
28 [0, 1, 0, 0],
29 [0, 0, 1, -1],
30 [0, 0, 0, 1]
31 ],
32 "children": [
33 {
34 "bounds": [100, 100],
35 "contentsOpaque": true,
36 "drawsContent": true,
37 "backfaceVisibility": "hidden",
38 "backgroundColor": "#0000FF"
39 }
40 ]
41 }
42 ]
43 }
44 ]
45 }
46 ]
47 }
48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698