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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/css3/blending/mix-blend-mode-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/platform/mac/css3/blending/mix-blend-mode-composited-layers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/css3/blending/mix-blend-mode-composited-layers-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/css3/blending/mix-blend-mode-composited-layers-expected.txt
index 5e7d43155b5fba51bf1fcb9ac49cf412c3e2af4d..e64624f8766aee35940e5088b69f0666a1d39ffd 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/css3/blending/mix-blend-mode-composited-layers-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/css3/blending/mix-blend-mode-composited-layers-expected.txt
@@ -1,38 +1,30 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
+ "contentsOpaque": true
+ },
+ {
+ "name": "LayoutBlockFlow HTML",
+ "bounds": [800, 69],
+ "isolate": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV",
+ "position": [8, 18],
+ "bounds": [10, 10],
+ "blendMode": "multiply",
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ },
+ {
+ "name": "LayoutBlockFlow DIV",
+ "bounds": [10, 10],
"contentsOpaque": true,
- "children": [
- {
- "name": "LayoutBlockFlow HTML",
- "bounds": [800, 69],
- "isolate": true,
- "drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow DIV",
- "position": [8, 18],
- "bounds": [10, 10],
- "blendMode": "multiply",
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "children": [
- {
- "name": "LayoutBlockFlow DIV",
- "bounds": [10, 10],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FFFF00"
- }
- ]
- }
- ]
- }
- ]
+ "drawsContent": true,
+ "backgroundColor": "#FFFF00"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698