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

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

Powered by Google App Engine
This is Rietveld 408576698