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

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-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/layer-creation/fixed-position-out-of-view-positioning-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-expected.txt
index 1a79f423ab31d4cccab8138a4fa9f3eefccc91d0..30bba4a03d4c7bb617c3d3d10c43b823bef4beb1 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-expected.txt
@@ -5,14 +5,17 @@ TEST COMPLETE
The layer trees before and after should be the same, except for the position of the 50x50 sized composited fixed position layer.
BEFORE:
{
+ "name": "Content Root Layer",
"bounds": [2008, 2016],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [2008, 2016],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV class='positionedAndTransformed fixed'",
"position": [20, -80],
"bounds": [50, 50],
"contentsOpaque": true,
@@ -31,14 +34,17 @@ BEFORE:
}
AFTER:
{
+ "name": "Content Root Layer",
"bounds": [2008, 2016],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [2008, 2016],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV class='positionedAndTransformed fixed'",
"position": [20, -70],
"bounds": [50, 50],
"contentsOpaque": true,

Powered by Google App Engine
This is Rietveld 408576698