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

Side by Side Diff: editor/util/testing/mac/DartEditor.suite/Images/Breaking.imageinfo

Issue 60833003: Changed breaking image to discrepancy (2%) and made clock into collection. Repeating click on test… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: removed old .project TRUNK setting Created 7 years, 1 month 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-10-30 14:54:04 +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-10-30T14:54:04Z</date>
7 ); 7 » <key>CaptureHost</key>
8 HasAlpha = <*BY>; 8 » <string>Mac Pro</string>
9 HonorAlpha = <*BY>; 9 » <key>CaptureScreenSize</key>
10 HotSpotX = <*I75>; 10 » <array>
11 HotSpotY = <*I5>; 11 » » <integer>1920</integer>
12 LastKnownLocationX = <*I0>; 12 » » <integer>1200</integer>
13 LastKnownLocationY = <*I0>; 13 » </array>
14 OriginalLocationX = <*I306>; 14 » <key>HasAlpha</key>
15 OriginalLocationY = <*I989>; 15 » <true/>
16 Pulsing = <*BN>; 16 » <key>HonorAlpha</key>
17 } 17 » <true/>
18 » <key>HotSpotX</key>
19 » <integer>75</integer>
20 » <key>HotSpotY</key>
21 » <integer>5</integer>
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>MaxIgnoredPixels</key>
30 » <real>0.019999999552965164</real>
31 » <key>OriginalLocationX</key>
32 » <integer>306</integer>
33 » <key>OriginalLocationY</key>
34 » <integer>989</integer>
35 » <key>Pulsing</key>
36 » <false/>
37 </dict>
38 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698