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

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

Issue 11953117: Merge 139659 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 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
« no previous file with comments | « LayoutTests/fast/images/zoomed-offset-size.html ('k') | Source/WebCore/dom/Element.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PASS getSize(0.01).imageWidth is 250 1 PASS getSize(0.01).imageWidth is 250
2 PASS getSize(0.01).imageHeight is 166 2 PASS getSize(0.01).imageHeight is 166
3 PASS getSize(0.01).wrapWidth is 250 3 PASS getSize(0.01).wrapWidth is 250
4 PASS getSize(0.01).wrapHeight is 166 4 PASS getSize(0.01).wrapHeight is 166
5 PASS getSize(0.02).imageWidth is 250 5 PASS getSize(0.02).imageWidth is 250
6 PASS getSize(0.02).imageHeight is 166 6 PASS getSize(0.02).imageHeight is 166
7 PASS getSize(0.02).wrapWidth is 250 7 PASS getSize(0.02).wrapWidth is 250
8 PASS getSize(0.02).wrapHeight is 166 8 PASS getSize(0.02).wrapHeight is 166
9 PASS getSize(0.03).imageWidth is 250 9 PASS getSize(0.03).imageWidth is 250
10 PASS getSize(0.03).imageHeight is 166 10 PASS getSize(0.03).imageHeight is 166
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1193 PASS getSize(2.99).imageWidth is 250 1193 PASS getSize(2.99).imageWidth is 250
1194 PASS getSize(2.99).imageHeight is 166 1194 PASS getSize(2.99).imageHeight is 166
1195 PASS getSize(2.99).wrapWidth is 250 1195 PASS getSize(2.99).wrapWidth is 250
1196 PASS getSize(2.99).wrapHeight is 166 1196 PASS getSize(2.99).wrapHeight is 166
1197 PASS getSize(3).imageWidth is 250 1197 PASS getSize(3).imageWidth is 250
1198 PASS getSize(3).imageHeight is 166 1198 PASS getSize(3).imageHeight is 166
1199 PASS getSize(3).wrapWidth is 250 1199 PASS getSize(3).wrapWidth is 250
1200 PASS getSize(3).wrapHeight is 166 1200 PASS getSize(3).wrapHeight is 166
1201 1201
1202 Image should return a size of 250x166 regardless of zoom level. 1202 Image should return a size of 250x166 regardless of zoom level.
OLDNEW
« no previous file with comments | « LayoutTests/fast/images/zoomed-offset-size.html ('k') | Source/WebCore/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698