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/platform/linux/compositing/layer-creation/no-compositing-for-preserve-3d-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/platform/linux/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt
index bd07f8fd70be77e79444e0066791e328bd5f86ab..d7fca8d092bb725812c4cde8c1c79f3b1ca00ce9 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt
@@ -2,40 +2,34 @@ This layer should not be composited.
This layer should not be composited.
This layer should be composited.
{
- "name": "Content Root Layer",
- "bounds": [785, 618],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [785, 618],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV class='preserve3d'",
+ "position": [18, 394],
+ "bounds": [342, 182],
+ "shouldFlattenTransform": false,
+ "3dRenderingContext": 1,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='box'",
+ "position": [31, 51],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "3dRenderingContext": 1,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow DIV class='preserve3d'",
- "position": [18, 394],
- "bounds": [342, 182],
- "shouldFlattenTransform": false,
- "3dRenderingContext": 1,
- "drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='box'",
- "position": [31, 51],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "3dRenderingContext": 1,
- "drawsContent": true,
- "backgroundColor": "#C0C0C0",
- "transform": [
- [0.984807753012208, 0, -0.17364817766693, 0],
- [0, 1, 0, 0],
- [0.17364817766693, 0, 0.984807753012208, 0],
- [0, 0, 0, 1]
- ]
- }
- ]
- }
+ "backgroundColor": "#C0C0C0",
+ "transform": [
+ [0.984807753012208, 0, -0.17364817766693, 0],
+ [0, 1, 0, 0],
+ [0.17364817766693, 0, 0.984807753012208, 0],
+ [0, 0, 0, 1]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698