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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer-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/squashing/move-squashing-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer-expected.txt
index e7323dc93788268dc785dff9e38317f022f8af66..8fc247ab71de49a856633a5291bd12a87b11d45b 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer-expected.txt
@@ -1,14 +1,17 @@
This tests that squashed layers' offset from renderer is updated properly. If not properly updated, the two divs will appear to be aligned vertically in the pixel results, while really the blue div ('squashed') should be offset 100px left of the green ('host').
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='background'",
"position": [8, 50],
"bounds": [100, 100],
"contentsOpaque": true,
@@ -16,9 +19,11 @@ This tests that squashed layers' offset from renderer is updated properly. If no
"backgroundColor": "#FFFF00"
},
{
+ "name": "Squashing Containment Layer",
"shouldFlattenTransform": false,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='host'",
"position": [100, 100],
"bounds": [100, 100],
"contentsOpaque": true,
@@ -26,6 +31,7 @@ This tests that squashed layers' offset from renderer is updated properly. If no
"backgroundColor": "#008000"
},
{
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV id='squashed')",
"position": [8, 8],
"bounds": [100, 100],
"drawsContent": true

Powered by Google App Engine
This is Rietveld 408576698