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

Unified Diff: third_party/WebKit/LayoutTests/compositing/geometry/foreground-layer-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/geometry/foreground-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/geometry/foreground-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/geometry/foreground-layer-expected.txt
index e5bf5d702c13c7823607427cf5af4b87f4eff2ac..cbd9a2eec4246b900c83750e89c2616af1f533a6 100644
--- a/third_party/WebKit/LayoutTests/compositing/geometry/foreground-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/geometry/foreground-layer-expected.txt
@@ -1,71 +1,61 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='main box'",
+ "position": [19, 89],
+ "bounds": [318, 318],
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='main box'",
- "position": [19, 89],
- "bounds": [318, 318],
- "drawsContent": true,
- "backgroundColor": "#FF0000",
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV class='negative child'",
- "position": [59, 59],
- "bounds": [50, 50],
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, 0],
- [0, 0, 1, 1]
- ]
- },
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='main box' (foreground) Layer",
- "bounds": [318, 318],
- "drawsContent": true
- }
- ]
- },
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='main box'",
- "position": [363, 19],
- "bounds": [318, 318],
- "drawsContent": true,
- "backgroundColor": "#FF0000",
- "children": [
- {
- "name": "Child Containment Layer",
- "position": [59, 59],
- "bounds": [200, 200],
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV class='negative child'",
- "bounds": [50, 50],
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, 0],
- [0, 0, 1, 1]
- ]
- },
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='main box' (foreground) Layer",
- "bounds": [200, 200],
- "drawsContent": true
- }
- ]
- }
- ]
- }
+ "backgroundColor": "#FF0000"
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='negative child'",
+ "position": [59, 59],
+ "bounds": [50, 50],
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 1, 1]
]
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='main box' (foreground) Layer",
+ "bounds": [318, 318],
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='main box'",
+ "position": [363, 19],
+ "bounds": [318, 318],
+ "drawsContent": true,
+ "backgroundColor": "#FF0000"
+ },
+ {
+ "name": "Child Containment Layer",
+ "position": [59, 59],
+ "bounds": [200, 200]
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='negative child'",
+ "bounds": [50, 50],
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 1, 1]
+ ]
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='main box' (foreground) Layer",
+ "bounds": [200, 200],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698