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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/fixed-element-repaint-after-compositing-update-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 (positioned) DIV id='fixedTransformed'", 12 "name": "LayoutBlockFlow (positioned) DIV id='fixedTransformed'",
13 "position": [8, 88] 13 "position": [8, 88],
14 "contentsOpaque": true
14 }, 15 },
15 { 16 {
16 "name": "LayoutBlockFlow (positioned) DIV id='fixedOverlapping'", 17 "name": "LayoutBlockFlow (positioned) DIV id='fixedOverlapping'",
17 "position": [8, 88], 18 "position": [8, 88],
18 "bounds": [800, 600] 19 "bounds": [800, 600]
19 }, 20 },
20 { 21 {
21 "name": "LayoutBlockFlow (positioned) DIV id='moveMe'", 22 "name": "LayoutBlockFlow (positioned) DIV id='moveMe'",
22 "position": [150, 150], 23 "position": [150, 150],
23 "bounds": [100, 100], 24 "bounds": [100, 100],
24 "contentsOpaque": true, 25 "contentsOpaque": true,
25 "drawsContent": true, 26 "drawsContent": true,
26 "backgroundColor": "#008000" 27 "backgroundColor": "#008000"
27 } 28 }
28 ] 29 ]
29 } 30 }
30 ] 31 ]
31 } 32 }
32 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698