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

Side by Side Diff: LayoutTests/platform/android/virtual/slimmingpaint/transforms/transform-focus-ring-repaint-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 "children": [
9 {
10 "position": [7, 57],
11 "bounds": [394, 484],
12 "drawsContent": true,
13 "backfaceVisibility": "hidden",
14 "backgroundColor": "#FFFF00",
15 "repaintRects": [
16 [1, 1, 200, 200],
17 [0, 0, 394, 484],
18 [0, 0, 200, 200]
19 ]
20 },
21 {
22 "position": [100, 100],
23 "transformOrigin": [150, 150],
24 "bounds": [440, 300],
25 "drawsContent": true,
26 "backgroundColor": "#0000FF",
27 "transform": [
28 [0, 1, 0, 0],
29 [-1, 0, 0, 0],
30 [0, 0, 1, 0],
31 [0, 0, 0, 1]
32 ]
33 }
34 ]
35 }
36 ]
37 }
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698