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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-expected.txt b/third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-expected.txt
index 4c9b383ddae544a089b328a03976e090f3f1ad84..7626c39d6de022262806276b5a1d0547de06f60c 100644
--- a/third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-expected.txt
@@ -1,6 +1,24 @@
{
"layers": [
{
+ "name": "Inner Viewport Container Layer",
+ "bounds": [800, 600]
+ },
+ {
+ "name": "Overscroll Elasticity Layer"
+ },
+ {
+ "name": "Page Scale Layer"
+ },
+ {
+ "name": "Inner Viewport Scroll Layer",
+ "bounds": [800, 600]
+ },
+ {
+ "name": "Frame Overflow Controls Host Layer",
+ "bounds": [800, 600]
+ },
+ {
"name": "Frame Clipping Layer",
"bounds": [785, 600]
},
@@ -22,6 +40,12 @@
"name": "LayoutView #document",
"bounds": [785, 3700],
"drawsContent": true
+ },
+ {
+ "name": "Frame Vertical Scrollbar Layer",
+ "position": [785, 0],
+ "bounds": [15, 600],
+ "contentsOpaque": true
}
]
}
« 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