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

Side by Side Diff: LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt

Issue 1298493003: Currently we only composite fixed position elements if we are on High DPI devices. This fix allows … Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update affected tests Created 5 years, 4 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 "bounds": [800, 600], 2 "bounds": [785, 2000],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [785, 2000],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "backgroundColor": "#FFFFFF",
8 "children": [ 9 "children": [
9 { 10 {
10 "position": [50, 50], 11 "bounds": [250, 250],
11 "bounds": [100, 100],
12 "contentsOpaque": true, 12 "contentsOpaque": true,
13 "drawsContent": true, 13 "drawsContent": true,
14 "backgroundColor": "#008000" 14 "backgroundColor": "#008000"
15 } 15 }
16 ] 16 ]
17 } 17 }
18 ] 18 ]
19 } 19 }
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698