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

Side by Side Diff: editor/ft/Samples.suite/Images/check mark/check mark M.imageinfo

Issue 121653003: Functional test: text search, edit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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
1 { 1 <?xml version="1.0" encoding="UTF-8"?>
2 CaptureDate = <*D2013-12-19 18:30:09 +0000>; 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 CaptureHost = "Mac Pro"; 3 <plist version="1.0">
4 CaptureScreenSize = ( 4 <dict>
5 » <*I1920>, 5 » <key>CaptureDate</key>
6 » <*I1200> 6 » <date>2013-12-19T18:30:09Z</date>
7 ); 7 » <key>CaptureHost</key>
8 HasAlpha = <*BN>; 8 » <string>Mac Pro</string>
9 HonorAlpha = <*BY>; 9 » <key>CaptureScreenSize</key>
10 HotSpotX = <*R21>; 10 » <array>
11 HotSpotY = <*R6>; 11 » » <integer>1920</integer>
12 LastKnownLocationX = <*I0>; 12 » » <integer>1200</integer>
13 LastKnownLocationY = <*I0>; 13 » </array>
14 OriginalLocationX = <*I315>; 14 » <key>HasAlpha</key>
15 OriginalLocationY = <*I335>; 15 » <true/>
16 Pulsing = <*BN>; 16 » <key>HonorAlpha</key>
17 Scale = <*R1>; 17 » <true/>
18 } 18 » <key>HotSpotX</key>
19 » <real>21</real>
20 » <key>HotSpotY</key>
21 » <real>6</real>
22 » <key>ImageDescription</key>
23 » <data>
24 » </data>
25 » <key>LastKnownLocationX</key>
26 » <integer>0</integer>
27 » <key>LastKnownLocationY</key>
28 » <integer>0</integer>
29 » <key>OriginalLocationX</key>
30 » <integer>315</integer>
31 » <key>OriginalLocationY</key>
32 » <integer>335</integer>
33 » <key>Pulsing</key>
34 » <false/>
35 » <key>Scale</key>
36 » <real>1</real>
37 </dict>
38 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698