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

Side by Side Diff: LayoutTests/fast/sub-pixel/large-sizes-expected.txt

Issue 10908295: Merge 127933 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 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
OLDNEW
1 PASS element.width = 5000px, returns offsetWidth 5000, rect.width 5000 and compu ted width 5000px as expected. 1 PASS element.width = 5000px, returns offsetWidth 5000, rect.width 5000 and compu ted width 5000px as expected.
2 PASS element.width = 50000px, returns offsetWidth 50000, rect.width 50000 and co mputed width 50000px as expected. 2 PASS element.width = 50000px, returns offsetWidth 50000, rect.width 50000 and co mputed width 50000px as expected.
3 PASS element.width = 500000px, returns offsetWidth 500000, rect.width 500000 and computed width 500000px as expected. 3 PASS element.width = 500000px, returns offsetWidth 500000, rect.width 500000 and computed width 500000px as expected.
4 PASS element.width = 5000000px, returns offsetWidth 5000000, rect.width 5000000 and computed width 5000000px as expected. 4 PASS element.width = 5000000px, returns offsetWidth 5000000, rect.width 5000000 and computed width 5000000px as expected.
5 PASS element.width = 50000000px, returns offsetWidth 0, rect.width 0 and compute d width 0px as expected. 5 PASS element.width = 50000000px, returns offsetWidth 0, rect.width 0 and compute d width 0px as expected.
6 PASS element.width = 35791388px, returns offsetWidth 35791388, rect.width 357913 88 and computed width 35791388px as expected. 6 PASS element.width = 35791388px, returns offsetWidth 35791388, rect.width 357913 88 and computed width 35791388px as expected.
7 PASS element.width = 35791390px, returns offsetWidth 35791392, rect.width 357913 92 and computed width 35791392px as expected. 7 PASS element.width = 35791390px, returns offsetWidth 35791392, rect.width 357913 92 and computed width 35791392px as expected.
8 PASS element.width = 35791392px, returns offsetWidth 35791392, rect.width 357913 92 and computed width 35791392px as expected. 8 PASS element.width = 35791392px, returns offsetWidth 35791392, rect.width 357913 92 and computed width 35791392px as expected.
9 PASS element.width = 35791394px, returns offsetWidth 35791392, rect.width 357913 92 and computed width 35791392px as expected. 9 PASS element.width = 35791394px, returns offsetWidth 35791392, rect.width 357913 92 and computed width 35791392px as expected.
10 PASS element.width = 35791395px, returns offsetWidth 0, rect.width 0 and compute d width 0px as expected. 10 PASS element.width = 35791395px, returns offsetWidth 0, rect.width 0 and compute d width 0px as expected.
11 PASS element.width = 35791396px, returns offsetWidth 0, rect.width 0 and compute d width 0px as expected. 11 PASS element.width = 35791396px, returns offsetWidth 0, rect.width 0 and compute d width 0px as expected.
12 Test handling of sizes exceeding the maximum supported value. 12 Test handling of sizes exceeding the maximum supported value.
OLDNEW
« no previous file with comments | « LayoutTests/fast/sub-pixel/large-sizes.html ('k') | LayoutTests/platform/chromium-win/media/video-zoom-controls-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698