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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-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/overflow/accelerated-overflow-scroll-should-not-affect-perspective-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-expected.txt
index 1685faa17b5aa5a63b9b206b8b3cb66cafef6670..30df5d2dda9a284b616fa760aa2044b459e6a3f5 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-expected.txt
@@ -1,100 +1,86 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='container'",
+ "position": [8, 8],
+ "bounds": [200, 200],
+ "shouldFlattenTransform": false,
+ "drawsContent": true
+ },
+ {
+ "name": "Child Transform Layer",
+ "bounds": [200, 200],
+ "shouldFlattenTransform": false,
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, -0.01],
+ [0, 0, 0, 1]
+ ]
+ },
+ {
+ "name": "Scrolling Layer",
+ "bounds": [185, 185],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [185, 265],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='child first'",
+ "position": [0, 65],
+ "bounds": [60, 200],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV class='container'",
- "position": [8, 8],
- "bounds": [200, 200],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "name": "Child Transform Layer",
- "bounds": [200, 200],
- "shouldFlattenTransform": false,
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, -0.01],
- [0, 0, 0, 1]
- ],
- "children": [
- {
- "name": "Scrolling Layer",
- "bounds": [185, 185],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "Scrolling Contents Layer",
- "bounds": [185, 265],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV class='child first'",
- "position": [0, 65],
- "bounds": [60, 200],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000",
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, 0],
- [0, 0, 10, 1]
- ]
- },
- {
- "name": "LayoutBlockFlow (positioned) DIV class='child second'",
- "position": [65, 65],
- "bounds": [60, 200],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, 0],
- [0, 0, 20, 1]
- ]
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "name": "Overflow Controls Host Layer",
- "bounds": [200, 200],
- "children": [
- {
- "name": "Horizontal Scrollbar Layer",
- "position": [0, 185],
- "bounds": [185, 15]
- },
- {
- "name": "Vertical Scrollbar Layer",
- "position": [185, 0],
- "bounds": [15, 185]
- },
- {
- "name": "Scroll Corner Layer",
- "position": [185, 185],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
- }
+ "backgroundColor": "#008000",
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 10, 1]
]
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='child second'",
+ "position": [65, 65],
+ "bounds": [60, 200],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF",
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 20, 1]
+ ]
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [200, 200]
+ },
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [0, 185],
+ "bounds": [185, 15]
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [185, 0],
+ "bounds": [15, 185]
+ },
+ {
+ "name": "Scroll Corner Layer",
+ "position": [185, 185],
+ "bounds": [15, 15],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698