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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/clip-descendents-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/overflow/clip-descendents-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/clip-descendents-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/clip-descendents-expected.txt
index 68ecea3ef27896d83912cc4e5d88ce32d9c91d87..1ee5c1fd90489a166735b4639c6c7d4f9db6f116 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/clip-descendents-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/clip-descendents-expected.txt
@@ -1,17 +1,21 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "Ancestor Clipping Layer",
"position": [48, 38],
"bounds": [60, 70],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "LayoutBlockFlow DIV class='box'",
"position": [2, 12],
"bounds": [100, 150],
"contentsOpaque": true,
@@ -27,11 +31,13 @@
]
},
{
+ "name": "Ancestor Clipping Layer",
"position": [240, 38],
"bounds": [60, 70],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "LayoutBlockFlow DIV class='box'",
"position": [2, 12],
"bounds": [100, 150],
"contentsOpaque": true,
@@ -47,14 +53,17 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV class='container'",
"position": [48, 230],
"bounds": [60, 70],
"drawsContent": true,
"children": [
{
+ "name": "Child Containment Layer",
"bounds": [60, 70],
"children": [
{
+ "name": "LayoutBlockFlow DIV class='box'",
"position": [2, 12],
"bounds": [100, 150],
"contentsOpaque": true,
@@ -72,14 +81,17 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV class='container'",
"position": [240, 230],
"bounds": [60, 70],
"drawsContent": true,
"children": [
{
+ "name": "Child Containment Layer",
"bounds": [60, 70],
"children": [
{
+ "name": "LayoutBlockFlow DIV class='box'",
"position": [2, 12],
"bounds": [100, 150],
"contentsOpaque": true,

Powered by Google App Engine
This is Rietveld 408576698