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

Side by Side Diff: LayoutTests/fast/images/zoomed-offset-size-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines 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 PASS getSize(0.9).imageWidth is 250 1 PASS getSize(0.9).imageWidth is 250
2 PASS getSize(0.9).imageHeight is 166 2 PASS getSize(0.9).imageHeight is 166
3 PASS getSize(0.9).wrapWidth is 250 3 PASS getSize(0.9).wrapWidth is 250
4 PASS getSize(0.9).wrapHeight is 166 4 PASS getSize(0.9).wrapHeight is 166
5 PASS getSize(0.95).imageWidth is 250 5 PASS getSize(0.95).imageWidth is 250
6 PASS getSize(0.95).imageHeight is 166 6 PASS getSize(0.95).imageHeight is 166
7 PASS getSize(0.95).wrapWidth is 250 7 PASS getSize(0.95).wrapWidth is 250
8 PASS getSize(0.95).wrapHeight is 166 8 PASS getSize(0.95).wrapHeight is 166
9 PASS getSize(1).imageWidth is 250 9 PASS getSize(1).imageWidth is 250
10 PASS getSize(1).imageHeight is 166 10 PASS getSize(1).imageHeight is 166
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 PASS getSize(1.9).wrapWidth is 250 83 PASS getSize(1.9).wrapWidth is 250
84 PASS getSize(1.9).wrapHeight is 166 84 PASS getSize(1.9).wrapHeight is 166
85 PASS getSize(1.95).imageWidth is 250 85 PASS getSize(1.95).imageWidth is 250
86 PASS getSize(1.95).imageHeight is 166 86 PASS getSize(1.95).imageHeight is 166
87 PASS getSize(1.95).wrapWidth is 250 87 PASS getSize(1.95).wrapWidth is 250
88 PASS getSize(1.95).wrapHeight is 166 88 PASS getSize(1.95).wrapHeight is 166
89 PASS getSize(2).imageWidth is 250 89 PASS getSize(2).imageWidth is 250
90 PASS getSize(2).imageHeight is 166 90 PASS getSize(2).imageHeight is 166
91 PASS getSize(2).wrapWidth is 250 91 PASS getSize(2).wrapWidth is 250
92 PASS getSize(2).wrapHeight is 166 92 PASS getSize(2).wrapHeight is 166
93 PASS successfullyParsed is true
94
95 TEST COMPLETE
93 96
94 Image should return a size of 250x166 regardless of zoom level. 97 Image should return a size of 250x166 regardless of zoom level.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698