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

Side by Side Diff: LayoutTests/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 "paintInvalidationClients": [
16 "LayoutBlockFlow (positioned) DIV"
17 ],
18 "children": [
19 {
20 "position": [0, 250],
21 "bounds": [100, 100],
22 "contentsOpaque": true,
23 "drawsContent": true,
24 "backfaceVisibility": "hidden",
25 "backgroundColor": "#FF0000"
26 },
27 {
28 "bounds": [785, 2016],
29 "drawsContent": true,
30 "repaintRects": [
31 [0, 250, 100, 100],
32 [0, 50, 100, 100]
33 ],
34 "paintInvalidationClients": [
35 "LayoutBlockFlow (positioned) DIV"
36 ]
37 }
38 ]
39 }
40 ]
41 }
42 ]
43 }
44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698