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

Unified Diff: third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt

Issue 2084643002: 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/rtl/rtl-iframe-fixed-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt b/third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt
index 1bd8ff2e7066abef7c17579a77c8b73debbe921f..16b136d175e1430dd55b9812a2d973dbf3ccfa6d 100644
--- a/third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt
@@ -1,34 +1,43 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutIFrame (positioned) IFRAME",
"bounds": [400, 400],
"drawsContent": true,
"children": [
{
+ "name": "Frame Overflow Controls Host Layer",
"bounds": [400, 400],
"children": [
{
+ "name": "Frame Clipping Layer",
"bounds": [385, 385],
"children": [
{
+ "name": "Frame Scrolling Layer",
"position": [615, 0],
"children": [
{
+ "name": "Content Root Layer",
"position": [-615, 0],
"bounds": [1000, 1000],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [1000, 1000],
"drawsContent": true,
"backgroundColor": "#FF0000",
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'",
"position": [665, 50],
"bounds": [100, 100],
"contentsOpaque": true,
@@ -44,14 +53,17 @@
]
},
{
+ "name": "Frame Horizontal Scrollbar Layer",
"position": [0, 385],
"bounds": [385, 15]
},
{
+ "name": "Frame Vertical Scrollbar Layer",
"position": [385, 0],
"bounds": [15, 385]
},
{
+ "name": "Frame Scroll Corner Layer",
"position": [385, 385],
"bounds": [15, 15],
"drawsContent": true

Powered by Google App Engine
This is Rietveld 408576698