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

Unified Diff: third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-composited-reason-children-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/css3/blending/mix-blend-mode-composited-reason-children-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-composited-reason-children-expected.txt b/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-composited-reason-children-expected.txt
index c3855fc81326e43726355964e9b88652a7347a9f..9338f9bb0ea196aaaef4a98e7782b41347f76e5b 100644
--- a/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-composited-reason-children-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-composited-reason-children-expected.txt
@@ -1,21 +1,26 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"children": [
{
+ "name": "LayoutBlockFlow HTML",
"bounds": [800, 600],
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'",
"position": [8, 8],
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#FF0000",
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'",
"bounds": [160, 90],
"isolate": true,
"contentsOpaque": true,
@@ -23,6 +28,7 @@
"backgroundColor": "#008000",
"children": [
{
+ "name": "LayoutBlockFlow DIV class='blended'",
"bounds": [160, 90],
"blendMode": "multiply",
"contentsOpaque": true,
@@ -30,6 +36,7 @@
"backgroundColor": "#0000FF",
"children": [
{
+ "name": "LayoutImage IMG class='accelerated'",
"bounds": [160, 90]
}
]
@@ -37,11 +44,13 @@
]
},
{
+ "name": "LayoutBlockFlow (positioned) DIV class='stacking-context' (foreground) Layer",
"drawsContent": true
}
]
},
{
+ "name": "LayoutBlockFlow HTML (foreground) Layer",
"bounds": [800, 600],
"drawsContent": true
}

Powered by Google App Engine
This is Rietveld 408576698