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

Side by Side Diff: LayoutTests/platform/android/virtual/slimmingpaint/compositing/repaint/should-not-repaint-composited-descendants-on-overflow-change-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": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [0, 200, 200, 200],
10 [0, 0, 200, 200]
11 ],
12 "children": [
13 {
14 "bounds": [100, 100],
15 "contentsOpaque": true,
16 "drawsContent": true,
17 "backfaceVisibility": "hidden",
18 "backgroundColor": "#008000"
19 },
20 {
21 "position": [0, 200],
22 "bounds": [200, 200],
23 "shouldFlattenTransform": false,
24 "children": [
25 {
26 "bounds": [100, 100],
27 "contentsOpaque": true,
28 "drawsContent": true,
29 "backfaceVisibility": "hidden",
30 "backgroundColor": "#008000"
31 }
32 ]
33 },
34 {
35 "position": [150, 150],
36 "bounds": [100, 100],
37 "contentsOpaque": true,
38 "drawsContent": true,
39 "backfaceVisibility": "hidden",
40 "backgroundColor": "#008000"
41 },
42 {
43 "position": [0, 200],
44 "bounds": [200, 200],
45 "shouldFlattenTransform": false,
46 "children": [
47 {
48 "position": [150, 150],
49 "bounds": [100, 100],
50 "contentsOpaque": true,
51 "drawsContent": true,
52 "backfaceVisibility": "hidden",
53 "backgroundColor": "#008000"
54 }
55 ]
56 }
57 ]
58 }
59 ]
60 }
61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698