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

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-expected.txt

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 30bba4a03d4c7bb617c3d3d10c43b823bef4beb1..850b5318b52c9c777b8393eca1a75546966f8c53 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,58 +5,50 @@ 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": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [2008, 2016],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='positionedAndTransformed fixed'",
+ "position": [20, -80],
+ "bounds": [50, 50],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV class='positionedAndTransformed fixed'",
- "position": [20, -80],
- "bounds": [50, 50],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#C0C0C0",
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, 0],
- [0, 100, 0, 1]
- ]
- }
+ "backgroundColor": "#C0C0C0",
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, 0],
+ [0, 100, 0, 1]
]
}
]
}
AFTER:
{
- "name": "Content Root Layer",
- "bounds": [2008, 2016],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [2008, 2016],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='positionedAndTransformed fixed'",
+ "position": [20, -70],
+ "bounds": [50, 50],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV class='positionedAndTransformed fixed'",
- "position": [20, -70],
- "bounds": [50, 50],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#C0C0C0",
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, 0],
- [0, 100, 0, 1]
- ]
- }
+ "backgroundColor": "#C0C0C0",
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, 0],
+ [0, 100, 0, 1]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698