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

Unified Diff: third_party/WebKit/LayoutTests/compositing/will-change/composited-layers-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/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 5a270c8cb15e36b655f4cb3d5d598b862a45f1f0..a1508e5e5131dc8d7e33c47e7bca3ca4ae8b6da1 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,70 +1,66 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='willChangeOpacity' class='shouldComposite'",
+ "position": [12, 42],
+ "bounds": [30, 30],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='willChangeTransform' class='shouldComposite'",
+ "position": [12, 76],
+ "bounds": [30, 30],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeLeft' class='positioned shouldComposite'",
+ "position": [12, 144],
+ "bounds": [30, 30],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeRight' class='positioned shouldComposite'",
+ "position": [12, 212],
+ "bounds": [30, 30],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeTop' class='positioned shouldComposite'",
+ "position": [12, 280],
+ "bounds": [30, 30],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeBottom' class='positioned shouldComposite'",
+ "position": [12, 348],
+ "bounds": [30, 30],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='willChangeCombinationThatComposites' class='shouldComposite'",
+ "position": [12, 416],
+ "bounds": [30, 30],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow DIV id='willChangeOpacity' class='shouldComposite'",
- "position": [12, 42],
- "bounds": [30, 30],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "LayoutBlockFlow DIV id='willChangeTransform' class='shouldComposite'",
- "position": [12, 76],
- "bounds": [30, 30],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeLeft' class='positioned shouldComposite'",
- "position": [12, 144],
- "bounds": [30, 30],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeRight' class='positioned shouldComposite'",
- "position": [12, 212],
- "bounds": [30, 30],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeTop' class='positioned shouldComposite'",
- "position": [12, 280],
- "bounds": [30, 30],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeBottom' class='positioned shouldComposite'",
- "position": [12, 348],
- "bounds": [30, 30],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "LayoutBlockFlow DIV id='willChangeCombinationThatComposites' class='shouldComposite'",
- "position": [12, 416],
- "bounds": [30, 30],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- }
- ]
+ "backgroundColor": "#008000"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698