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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/always-composite-fixed-position-when-descendants-composite-expected.txt

Issue 1413363003: Always composite position: fixed elements with composited descendants. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [200, 10],
12 "children": [
13 {
14 "bounds": [200, 10],
15 "contentsOpaque": true,
16 "drawsContent": true,
17 "backgroundColor": "#F5F5F5"
18 }
19 ]
20 },
21 {
22 "position": [8, 0],
23 "bounds": [100, 100], 11 "bounds": [100, 100],
24 "contentsOpaque": true, 12 "contentsOpaque": true,
25 "drawsContent": true, 13 "drawsContent": true,
26 "backgroundColor": "#90EE90" 14 "backgroundColor": "#D3D3D3",
15 "children": [
16 {
17 "position": [50, 50],
18 "bounds": [50, 50],
19 "contentsOpaque": true,
20 "drawsContent": true,
21 "backgroundColor": "#ADD8E6"
22 }
23 ]
27 } 24 }
28 ] 25 ]
29 } 26 }
30 ] 27 ]
31 } 28 }
32 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698