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

Side by Side Diff: LayoutTests/platform/mac/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": [5, 55],
11 "bounds": [398, 488],
12 "drawsContent": true,
13 "backfaceVisibility": "hidden",
14 "backgroundColor": "#FFFF00",
15 "repaintRects": [
16 [3, 3, 200, 200],
17 [0, 0, 398, 488],
18 [0, 0, 200, 200]
19 ],
20 "paintInvalidationClients": [
21 "##ALL##",
22 "LayoutBlockFlow DIV id='target'"
23 ]
24 },
25 {
26 "position": [100, 100],
27 "transformOrigin": [150, 150],
28 "bounds": [440, 300],
29 "drawsContent": true,
30 "backgroundColor": "#0000FF",
31 "transform": [
32 [0, 1, 0, 0],
33 [-1, 0, 0, 0],
34 [0, 0, 1, 0],
35 [0, 0, 0, 1]
36 ]
37 }
38 ]
39 }
40 ]
41 }
42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698