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

Side by Side Diff: LayoutTests/inspector-protocol/layers/get-layers-expected.txt

Issue 46163008: Revert "Re-land deferred compositing updates with fixed assumptions" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « LayoutTests/inspector-protocol/layers/get-layers.html ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 === Get the Document === 2 === Get the Document ===
3 3
4 PASS 4 PASS
5 5
6 === Enable the LayerTree agent === 6 === Enable the LayerTree agent ===
7 7
8 8
9 [ 9 [
10 { 10 {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "height": 50, 55 "height": 50,
56 "paintCount": "number", 56 "paintCount": "number",
57 "nodeId": "number", 57 "nodeId": "number",
58 "parentLayerId": "string" 58 "parentLayerId": "string"
59 }, 59 },
60 { 60 {
61 "layerId": "string", 61 "layerId": "string",
62 "offsetX": 0, 62 "offsetX": 0,
63 "offsetY": 0, 63 "offsetY": 0,
64 "width": "number", 64 "width": "number",
65 "height": 60, 65 "height": "number",
66 "paintCount": "number", 66 "paintCount": "number",
67 "nodeId": "number", 67 "nodeId": "number",
68 "parentLayerId": "string" 68 "parentLayerId": "string"
69 } 69 }
70 ] 70 ]
71 71
72 === Message the page to add a new composited layer === 72 === Message the page to add a new composited layer ===
73 73
74 74
75 [ 75 [
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "nodeId": "number", 143 "nodeId": "number",
144 "parentLayerId": "string" 144 "parentLayerId": "string"
145 } 145 }
146 ] 146 ]
147 147
148 === Get attributes for the newly inserted node === 148 === Get attributes for the newly inserted node ===
149 149
150 PASS 150 PASS
151 DONE! 151 DONE!
152 152
OLDNEW
« no previous file with comments | « LayoutTests/inspector-protocol/layers/get-layers.html ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698