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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/css3/blending/mix-blend-mode-composited-layers-expected.txt

Issue 2068723002: Paint local attachment backgrounds into composited scrolling contents layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge and fix test expectations. Created 4 years, 3 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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "children": [ 9 "children": [
10 { 10 {
11 "name": "LayoutBlockFlow HTML", 11 "name": "LayoutBlockFlow HTML",
12 "bounds": [800, 70], 12 "bounds": [800, 70],
13 "isolate": true, 13 "isolate": true,
14 "drawsContent": true, 14 "drawsContent": true,
15 "children": [ 15 "children": [
16 { 16 {
17 "name": "LayoutBlockFlow DIV", 17 "name": "LayoutBlockFlow DIV",
18 "position": [8, 18], 18 "position": [8, 18],
19 "bounds": [10, 10], 19 "bounds": [10, 10],
20 "blendMode": "multiply", 20 "blendMode": "multiply",
21 "contentsOpaque": true,
22 "drawsContent": true, 21 "drawsContent": true,
23 "backgroundColor": "#0000FF", 22 "backgroundColor": "#0000FF",
24 "children": [ 23 "children": [
25 { 24 {
26 "name": "LayoutBlockFlow DIV", 25 "name": "LayoutBlockFlow DIV",
27 "bounds": [10, 10], 26 "bounds": [10, 10],
28 "contentsOpaque": true, 27 "contentsOpaque": true,
29 "drawsContent": true, 28 "drawsContent": true,
30 "backgroundColor": "#FFFF00" 29 "backgroundColor": "#FFFF00"
31 } 30 }
32 ] 31 ]
33 } 32 }
34 ] 33 ]
35 } 34 }
36 ] 35 ]
37 } 36 }
38 ] 37 ]
39 } 38 }
40 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698