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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-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 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
11 { 11 {
12 "name": "LayoutBlockFlow DIV id='container'", 12 "name": "LayoutBlockFlow DIV id='container'",
13 "position": [23, 8], 13 "position": [23, 8],
14 "transformOrigin": [377, 0], 14 "transformOrigin": [377, 0],
15 "bounds": [256, 256], 15 "bounds": [256, 256],
16 "contentsOpaque": true, 16 "contentsOpaque": true,
17 "drawsContent": true, 17 "drawsContent": true,
18 "transform": [ 18 "transform": [
19 [1, 0, 0, 0], 19 [1, 0, 0, 0],
20 [0, 1, 0, 0], 20 [0, 1, 0, 0],
21 [0, 0, 1, 0], 21 [0, 0, 1, 0],
22 [-10, 0, 0, 1] 22 [-10, 0, 0, 1]
23 ], 23 ],
24 "children": [ 24 "children": [
25 { 25 {
26 "name": "LayoutBlockFlow (positioned) DIV id='composited'", 26 "name": "LayoutBlockFlow (positioned) DIV id='composited'",
27 "position": [385, 0] 27 "position": [385, 0],
28 "contentsOpaque": true
28 } 29 }
29 ] 30 ]
30 }, 31 },
31 { 32 {
32 "name": "LayoutBlockFlow (positioned) DIV id='green'", 33 "name": "LayoutBlockFlow (positioned) DIV id='green'",
33 "bounds": [300, 300], 34 "bounds": [300, 300],
34 "contentsOpaque": true, 35 "contentsOpaque": true,
35 "drawsContent": true, 36 "drawsContent": true,
36 "backgroundColor": "#008000" 37 "backgroundColor": "#008000"
37 } 38 }
38 ] 39 ]
39 } 40 }
40 ] 41 ]
41 } 42 }
42 43
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698