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

Unified Diff: third_party/WebKit/LayoutTests/compositing/will-change/composited-layers-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/will-change/composited-layers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/will-change/composited-layers-expected.txt b/third_party/WebKit/LayoutTests/compositing/will-change/composited-layers-expected.txt
index 65d45543e08da32fe815bc9f8a677c5465fc2bd2..5a270c8cb15e36b655f4cb3d5d598b862a45f1f0 100644
--- a/third_party/WebKit/LayoutTests/compositing/will-change/composited-layers-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/will-change/composited-layers-expected.txt
@@ -1,12 +1,15 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow DIV id='willChangeOpacity' class='shouldComposite'",
"position": [12, 42],
"bounds": [30, 30],
"contentsOpaque": true,
@@ -14,6 +17,7 @@
"backgroundColor": "#008000"
},
{
+ "name": "LayoutBlockFlow DIV id='willChangeTransform' class='shouldComposite'",
"position": [12, 76],
"bounds": [30, 30],
"contentsOpaque": true,
@@ -21,6 +25,7 @@
"backgroundColor": "#008000"
},
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeLeft' class='positioned shouldComposite'",
"position": [12, 144],
"bounds": [30, 30],
"contentsOpaque": true,
@@ -28,6 +33,7 @@
"backgroundColor": "#008000"
},
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeRight' class='positioned shouldComposite'",
"position": [12, 212],
"bounds": [30, 30],
"contentsOpaque": true,
@@ -35,6 +41,7 @@
"backgroundColor": "#008000"
},
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeTop' class='positioned shouldComposite'",
"position": [12, 280],
"bounds": [30, 30],
"contentsOpaque": true,
@@ -42,6 +49,7 @@
"backgroundColor": "#008000"
},
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeBottom' class='positioned shouldComposite'",
"position": [12, 348],
"bounds": [30, 30],
"contentsOpaque": true,
@@ -49,6 +57,7 @@
"backgroundColor": "#008000"
},
{
+ "name": "LayoutBlockFlow DIV id='willChangeCombinationThatComposites' class='shouldComposite'",
"position": [12, 416],
"bounds": [30, 30],
"contentsOpaque": true,

Powered by Google App Engine
This is Rietveld 408576698