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

Side by Side Diff: LayoutTests/platform/android/virtual/slimmingpaint/compositing/overflow/fixed-scroll-in-empty-root-layer-expected.txt

Issue 1193163002: Cleanup after enabling all slimming paint for all layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "bounds": [785, 2016],
3 "children": [
4 {
5 "bounds": [785, 2016],
6 "contentsOpaque": true,
7 "children": [
8 {
9 "bounds": [785, 2016],
10 "drawsContent": true,
11 "repaintRects": [
12 [0, 250, 100, 100],
13 [0, 50, 100, 100]
14 ],
15 "children": [
16 {
17 "position": [0, 250],
18 "bounds": [100, 100],
19 "contentsOpaque": true,
20 "drawsContent": true,
21 "backfaceVisibility": "hidden",
22 "backgroundColor": "#FF0000"
23 },
24 {
25 "bounds": [785, 2016],
26 "drawsContent": true,
27 "repaintRects": [
28 [0, 250, 100, 100],
29 [0, 50, 100, 100]
30 ]
31 }
32 ]
33 }
34 ]
35 }
36 ]
37 }
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698