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

Side by Side Diff: LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/fixed-scroll-in-empty-root-layer-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: Remove similarity check Created 5 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 "bounds": [785, 2016], 2 "bounds": [785, 2016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 2016], 5 "bounds": [785, 2016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "children": [ 7 "children": [
8 { 8 {
9 "bounds": [785, 2016], 9 "bounds": [785, 2016],
10 "drawsContent": true, 10 "drawsContent": true,
11 "children": [ 11 "children": [
12 { 12 {
13 "position": [0, 250], 13 "position": [0, 250],
14 "bounds": [100, 100], 14 "bounds": [100, 100],
15 "contentsOpaque": true, 15 "contentsOpaque": true,
16 "drawsContent": true, 16 "drawsContent": true,
17 "backfaceVisibility": "hidden", 17 "backfaceVisibility": "hidden",
18 "backgroundColor": "#FF0000" 18 "backgroundColor": "#FF0000"
19 }, 19 },
20 { 20 {
21 "bounds": [785, 2016], 21 "bounds": [785, 2016],
22 "drawsContent": true 22 "drawsContent": true
23 }, 23 },
24 { 24 {
25 "position": [0, 250], 25 "position": [0, 250],
26 "bounds": [100, 100], 26 "bounds": [100, 100],
27 "contentsOpaque": true,
28 "drawsContent": true, 27 "drawsContent": true,
29 "backgroundColor": "#008000" 28 "backgroundColor": "#008000FD"
30 } 29 }
31 ] 30 ]
32 } 31 }
33 ] 32 ]
34 } 33 }
35 ] 34 ]
36 } 35 }
37 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698