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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-isolation-remove-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],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV class='accelerated-stacking-context'",
11 "position": [8, 8],
12 "bounds": [784, 90],
13 "isolate": true,
14 "contentsOpaque": true,
9 "drawsContent": true, 15 "drawsContent": true,
10 "children": [ 16 "backgroundColor": "#0000FF"
11 { 17 },
12 "name": "LayoutBlockFlow DIV class='accelerated-stacking-context'", 18 {
13 "position": [8, 8], 19 "name": "LayoutBlockFlow DIV id='intermediary' class='accelerated-no-stack ing-context'",
14 "bounds": [784, 90], 20 "bounds": [784, 90],
15 "isolate": true, 21 "contentsOpaque": true,
16 "contentsOpaque": true, 22 "drawsContent": true,
17 "drawsContent": true, 23 "backfaceVisibility": "hidden",
18 "backgroundColor": "#0000FF", 24 "backgroundColor": "#008000"
19 "children": [ 25 },
20 { 26 {
21 "name": "LayoutBlockFlow DIV id='intermediary' class='accelerated- no-stacking-context'", 27 "name": "LayoutImage IMG class='accelerated blended'",
22 "bounds": [784, 90], 28 "bounds": [160, 90],
23 "contentsOpaque": true, 29 "blendMode": "multiply"
24 "drawsContent": true,
25 "backfaceVisibility": "hidden",
26 "backgroundColor": "#008000"
27 },
28 {
29 "name": "LayoutImage IMG class='accelerated blended'",
30 "bounds": [160, 90],
31 "blendMode": "multiply"
32 }
33 ]
34 }
35 ]
36 } 30 }
37 ] 31 ]
38 } 32 }
39 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698