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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-2nd-stacking-context-composited-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='accelerated stacking-cont ext'",
15 "position": [8, 8],
16 "transformOrigin": [0, 0],
17 "bounds": [160, 90],
8 "contentsOpaque": true, 18 "contentsOpaque": true,
9 "children": [ 19 "drawsContent": true,
10 { 20 "backgroundColor": "#FF0000"
11 "name": "LayoutBlockFlow HTML", 21 },
12 "bounds": [800, 600], 22 {
13 "drawsContent": true, 23 "name": "LayoutBlockFlow HTML (foreground) Layer",
14 "children": [ 24 "bounds": [800, 600],
15 { 25 "drawsContent": true
16 "name": "LayoutBlockFlow (positioned) DIV class='accelerated stack ing-context'",
17 "position": [8, 8],
18 "transformOrigin": [0, 0],
19 "bounds": [160, 90],
20 "contentsOpaque": true,
21 "drawsContent": true,
22 "backgroundColor": "#FF0000"
23 },
24 {
25 "name": "LayoutBlockFlow HTML (foreground) Layer",
26 "bounds": [800, 600],
27 "drawsContent": true
28 }
29 ]
30 }
31 ]
32 } 26 }
33 ] 27 ]
34 } 28 }
35 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698