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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-expected.txt

Issue 2679553006: Include VisualViewport layers in layerTreeAsText output. (Closed)
Patch Set: rebaseline Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "Inner Viewport Container Layer",
5 "bounds": [800, 600]
6 },
7 {
8 "name": "Overscroll Elasticity Layer"
9 },
10 {
11 "name": "Page Scale Layer"
12 },
13 {
14 "name": "Inner Viewport Scroll Layer",
15 "bounds": [800, 600]
16 },
17 {
18 "name": "Frame Overflow Controls Host Layer",
19 "bounds": [800, 600]
20 },
21 {
4 "name": "Frame Clipping Layer", 22 "name": "Frame Clipping Layer",
5 "bounds": [785, 600] 23 "bounds": [785, 600]
6 }, 24 },
7 { 25 {
8 "name": "LayoutView #document (background) Layer", 26 "name": "LayoutView #document (background) Layer",
9 "transformOrigin": [0, 0], 27 "transformOrigin": [0, 0],
10 "bounds": [785, 600], 28 "bounds": [785, 600],
11 "contentsOpaque": true, 29 "contentsOpaque": true,
12 "drawsContent": true 30 "drawsContent": true
13 }, 31 },
14 { 32 {
15 "name": "Frame Scrolling Layer" 33 "name": "Frame Scrolling Layer"
16 }, 34 },
17 { 35 {
18 "name": "Content Root Layer", 36 "name": "Content Root Layer",
19 "bounds": [785, 3700] 37 "bounds": [785, 3700]
20 }, 38 },
21 { 39 {
22 "name": "LayoutView #document", 40 "name": "LayoutView #document",
23 "bounds": [785, 3700], 41 "bounds": [785, 3700],
24 "drawsContent": true 42 "drawsContent": true
43 },
44 {
45 "name": "Frame Vertical Scrollbar Layer",
46 "position": [785, 0],
47 "bounds": [15, 600],
48 "contentsOpaque": true
25 } 49 }
26 ] 50 ]
27 } 51 }
28 52
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698