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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-isolation-2-stacking-contexts-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": "LayoutImage IMG class='accelerated blended'",
22 { 30 "bounds": [160, 90],
23 "name": "LayoutBlockFlow (positioned) DIV class='stacking-cont ext'", 31 "blendMode": "multiply"
24 "bounds": [160, 90], 32 },
25 "isolate": true, 33 {
26 "contentsOpaque": true, 34 "name": "LayoutBlockFlow (positioned) DIV class='stacking-context' (foregr ound) Layer",
27 "drawsContent": true, 35 "drawsContent": true
28 "backgroundColor": "#008000", 36 },
29 "children": [ 37 {
30 { 38 "name": "LayoutBlockFlow (positioned) DIV class='accelerated stacking-cont ext'",
31 "name": "LayoutImage IMG class='accelerated blended'", 39 "position": [8, 8],
32 "bounds": [160, 90], 40 "contentsOpaque": true,
33 "blendMode": "multiply" 41 "drawsContent": true,
34 } 42 "backgroundColor": "#FF0000"
35 ] 43 },
36 }, 44 {
37 { 45 "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'",
38 "name": "LayoutBlockFlow (positioned) DIV class='stacking-cont ext' (foreground) Layer", 46 "bounds": [160, 90],
39 "drawsContent": true 47 "isolate": true,
40 } 48 "contentsOpaque": true,
41 ] 49 "drawsContent": true,
42 }, 50 "backgroundColor": "#008000"
43 { 51 },
44 "name": "LayoutBlockFlow (positioned) DIV class='accelerated stack ing-context'", 52 {
45 "position": [8, 8], 53 "name": "LayoutImage IMG class='accelerated blended'",
46 "contentsOpaque": true, 54 "bounds": [160, 90],
47 "drawsContent": true, 55 "blendMode": "multiply"
48 "backgroundColor": "#FF0000", 56 },
49 "children": [ 57 {
50 { 58 "name": "LayoutBlockFlow (positioned) DIV class='accelerated stacking-cont ext' (foreground) Layer",
51 "name": "LayoutBlockFlow (positioned) DIV class='stacking-cont ext'", 59 "drawsContent": true
52 "bounds": [160, 90], 60 },
53 "isolate": true, 61 {
54 "contentsOpaque": true, 62 "name": "LayoutBlockFlow HTML (foreground) Layer",
55 "drawsContent": true, 63 "bounds": [800, 600],
56 "backgroundColor": "#008000", 64 "drawsContent": true
57 "children": [
58 {
59 "name": "LayoutImage IMG class='accelerated blended'",
60 "bounds": [160, 90],
61 "blendMode": "multiply"
62 }
63 ]
64 },
65 {
66 "name": "LayoutBlockFlow (positioned) DIV class='accelerated s tacking-context' (foreground) Layer",
67 "drawsContent": true
68 }
69 ]
70 },
71 {
72 "name": "LayoutBlockFlow HTML (foreground) Layer",
73 "bounds": [800, 600],
74 "drawsContent": true
75 }
76 ]
77 }
78 ]
79 } 65 }
80 ] 66 ]
81 } 67 }
82 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698