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

Side by Side Diff: editor/ft/Samples.suite/Images/check mark/check mark L.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-13 02:42:48 +0000>; 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 CaptureHost = "kyodai.pdx.corp.google.com:0.0"; 3 <plist version="1.0">
4 CaptureScreenSize = ( 4 <dict>
5 » <*I1920>, 5 » <key>CaptureDate</key>
6 » <*I1200> 6 » <date>2013-12-13T02:42:48Z</date>
7 ); 7 » <key>CaptureHost</key>
8 HasAlpha = <*BN>; 8 » <string>kyodai.pdx.corp.google.com:0.0</string>
9 HonorAlpha = <*BY>; 9 » <key>CaptureScreenSize</key>
10 HotSpotX = <*R11>; 10 » <array>
11 HotSpotY = <*R11>; 11 » » <integer>1920</integer>
12 ImageDescription = <>; 12 » » <integer>1200</integer>
13 LastKnownLocationX = <*I0>; 13 » </array>
14 LastKnownLocationY = <*I0>; 14 » <key>HasAlpha</key>
15 OriginalLocationX = <*I262>; 15 » <false/>
16 OriginalLocationY = <*I360>; 16 » <key>HonorAlpha</key>
17 Pulsing = <*BN>; 17 » <true/>
18 Scale = <*R1>; 18 » <key>HotSpotX</key>
19 } 19 » <real>11</real>
20 » <key>HotSpotY</key>
21 » <real>11</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>262</integer>
31 » <key>OriginalLocationY</key>
32 » <integer>360</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