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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForegrou nd", "GraphicsLayerPaintMask"],
4 "children": [
5 {
6 "bounds": [800, 600],
7 "contentsOpaque": true,
8 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore ground", "GraphicsLayerPaintMask"],
9 "children": [
10 {
11 "bounds": [800, 242],
12 "drawsContent": true,
13 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaint Mask"],
14 "children": [
15 {
16 "position": [29, 31],
17 "bounds": [80, 10],
18 "contentsOpaque": true,
19 "drawsContent": true,
20 "backgroundColor": "#008000",
21 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP aintForeground", "GraphicsLayerPaintMask"]
22 },
23 {
24 "bounds": [800, 242],
25 "drawsContent": true,
26 "paintingPhases": ["GraphicsLayerPaintForeground"]
27 },
28 {
29 "position": [28, 20],
30 "bounds": [202, 202],
31 "drawsContent": true,
32 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP aintMask", "GraphicsLayerPaintCompositedScroll"],
33 "children": [
34 {
35 "position": [1, 1],
36 "bounds": [185, 185],
37 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa yerPaintForeground", "GraphicsLayerPaintMask"],
38 "children": [
39 {
40 "bounds": [185, 715],
41 "shouldFlattenTransform": false,
42 "drawsContent": true,
43 "paintingPhases": ["GraphicsLayerPaintForeground", "Graphi csLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"],
44 "children": [
45 {
46 "shouldFlattenTransform": false,
47 "paintingPhases": ["GraphicsLayerPaintForeground", "Gr aphicsLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"]
48 }
49 ]
50 }
51 ]
52 },
53 {
54 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa yerPaintForeground", "GraphicsLayerPaintMask"],
55 "children": [
56 {
57 "position": [1, 186],
58 "bounds": [185, 15],
59 "drawsContent": true,
60 "paintingPhases": ["GraphicsLayerPaintBackground", "Graphi csLayerPaintForeground", "GraphicsLayerPaintMask"]
61 },
62 {
63 "position": [186, 1],
64 "bounds": [15, 185],
65 "drawsContent": true,
66 "paintingPhases": ["GraphicsLayerPaintBackground", "Graphi csLayerPaintForeground", "GraphicsLayerPaintMask"]
67 },
68 {
69 "position": [186, 186],
70 "bounds": [15, 15],
71 "drawsContent": true,
72 "paintingPhases": ["GraphicsLayerPaintBackground", "Graphi csLayerPaintForeground", "GraphicsLayerPaintMask"]
73 }
74 ]
75 }
76 ]
77 }
78 ]
79 }
80 ]
81 }
82 ]
83 }
84
85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698