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

Unified Diff: third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt
index 3b1727d2ecaacf6b0c00a22d083be0dceb31e835..46e04a74cf66d51429132512a32c8a8bf13419c1 100644
--- a/third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt
@@ -1,30 +1,38 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutIFrame IFRAME id='iframe'",
"position": [8, 8],
"bounds": [154, 154],
"drawsContent": true,
"children": [
{
+ "name": "Frame Overflow Controls Host Layer",
"position": [2, 2],
"bounds": [150, 150],
"children": [
{
+ "name": "Frame Clipping Layer",
"bounds": [135, 135],
"children": [
{
+ "name": "Frame Scrolling Layer",
"children": [
{
+ "name": "Content Root Layer",
"bounds": [508, 516],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [508, 516],
"drawsContent": true
}
@@ -35,14 +43,17 @@
]
},
{
+ "name": "Frame Horizontal Scrollbar Layer",
"position": [0, 135],
"bounds": [135, 15]
},
{
+ "name": "Frame Vertical Scrollbar Layer",
"position": [135, 0],
"bounds": [15, 135]
},
{
+ "name": "Frame Scroll Corner Layer",
"position": [135, 135],
"bounds": [15, 15],
"drawsContent": true

Powered by Google App Engine
This is Rietveld 408576698