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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-isolation-layer-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],
16 "bounds": [160, 90],
17 "isolate": true,
8 "contentsOpaque": true, 18 "contentsOpaque": true,
9 "children": [ 19 "drawsContent": true,
10 { 20 "backgroundColor": "#008000"
11 "name": "LayoutBlockFlow HTML", 21 },
12 "bounds": [800, 600], 22 {
13 "drawsContent": true, 23 "name": "LayoutImage IMG class='accelerated blended'",
14 "children": [ 24 "bounds": [160, 90],
15 { 25 "blendMode": "multiply"
16 "name": "LayoutBlockFlow (positioned) DIV class='stacking-context' ", 26 },
17 "position": [8, 8], 27 {
18 "bounds": [160, 90], 28 "name": "LayoutBlockFlow HTML (foreground) Layer",
19 "isolate": true, 29 "bounds": [800, 600],
20 "contentsOpaque": true, 30 "drawsContent": true
21 "drawsContent": true,
22 "backgroundColor": "#008000",
23 "children": [
24 {
25 "name": "LayoutImage IMG class='accelerated blended'",
26 "bounds": [160, 90],
27 "blendMode": "multiply"
28 }
29 ]
30 },
31 {
32 "name": "LayoutBlockFlow HTML (foreground) Layer",
33 "bounds": [800, 600],
34 "drawsContent": true
35 }
36 ]
37 }
38 ]
39 } 31 }
40 ] 32 ]
41 } 33 }
42 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698