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

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

Powered by Google App Engine
This is Rietveld 408576698