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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/css3/blending/mix-blend-mode-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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "children": [ 9 "children": [
8 { 10 {
11 "name": "LayoutBlockFlow HTML",
9 "bounds": [800, 70], 12 "bounds": [800, 70],
10 "isolate": true, 13 "isolate": true,
11 "drawsContent": true, 14 "drawsContent": true,
12 "children": [ 15 "children": [
13 { 16 {
17 "name": "LayoutBlockFlow DIV",
14 "position": [8, 18], 18 "position": [8, 18],
15 "bounds": [10, 10], 19 "bounds": [10, 10],
16 "blendMode": "multiply", 20 "blendMode": "multiply",
17 "contentsOpaque": true, 21 "contentsOpaque": true,
18 "drawsContent": true, 22 "drawsContent": true,
19 "backgroundColor": "#0000FF", 23 "backgroundColor": "#0000FF",
20 "children": [ 24 "children": [
21 { 25 {
26 "name": "LayoutBlockFlow DIV",
22 "bounds": [10, 10], 27 "bounds": [10, 10],
23 "contentsOpaque": true, 28 "contentsOpaque": true,
24 "drawsContent": true, 29 "drawsContent": true,
25 "backgroundColor": "#FFFF00" 30 "backgroundColor": "#FFFF00"
26 } 31 }
27 ] 32 ]
28 } 33 }
29 ] 34 ]
30 } 35 }
31 ] 36 ]
32 } 37 }
33 ] 38 ]
34 } 39 }
35 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698