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

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

Powered by Google App Engine
This is Rietveld 408576698