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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-composited-reason-children-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, 600],
11 "drawsContent": true
12 },
13 {
14 "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'",
15 "position": [8, 8],
8 "contentsOpaque": true, 16 "contentsOpaque": true,
9 "children": [ 17 "drawsContent": true,
10 { 18 "backgroundColor": "#FF0000"
11 "name": "LayoutBlockFlow HTML", 19 },
12 "bounds": [800, 600], 20 {
13 "drawsContent": true, 21 "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'",
14 "children": [ 22 "bounds": [160, 90],
15 { 23 "isolate": true,
16 "name": "LayoutBlockFlow (positioned) DIV class='stacking-context' ", 24 "contentsOpaque": true,
17 "position": [8, 8], 25 "drawsContent": true,
18 "contentsOpaque": true, 26 "backgroundColor": "#008000"
19 "drawsContent": true, 27 },
20 "backgroundColor": "#FF0000", 28 {
21 "children": [ 29 "name": "LayoutBlockFlow DIV class='blended'",
22 { 30 "bounds": [160, 90],
23 "name": "LayoutBlockFlow (positioned) DIV class='stacking-cont ext'", 31 "blendMode": "multiply",
24 "bounds": [160, 90], 32 "drawsContent": true,
25 "isolate": true, 33 "backgroundColor": "#0000FF"
26 "contentsOpaque": true, 34 },
27 "drawsContent": true, 35 {
28 "backgroundColor": "#008000", 36 "name": "LayoutImage IMG class='accelerated'",
29 "children": [ 37 "bounds": [160, 90]
30 { 38 },
31 "name": "LayoutBlockFlow DIV class='blended'", 39 {
32 "bounds": [160, 90], 40 "name": "LayoutBlockFlow (positioned) DIV class='stacking-context' (foregr ound) Layer",
33 "blendMode": "multiply", 41 "drawsContent": true
34 "drawsContent": true, 42 },
35 "backgroundColor": "#0000FF", 43 {
36 "children": [ 44 "name": "LayoutBlockFlow HTML (foreground) Layer",
37 { 45 "bounds": [800, 600],
38 "name": "LayoutImage IMG class='accelerated'", 46 "drawsContent": true
39 "bounds": [160, 90]
40 }
41 ]
42 }
43 ]
44 },
45 {
46 "name": "LayoutBlockFlow (positioned) DIV class='stacking-cont ext' (foreground) Layer",
47 "drawsContent": true
48 }
49 ]
50 },
51 {
52 "name": "LayoutBlockFlow HTML (foreground) Layer",
53 "bounds": [800, 600],
54 "drawsContent": true
55 }
56 ]
57 }
58 ]
59 } 47 }
60 ] 48 ]
61 } 49 }
62 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698