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

Side by Side Diff: LayoutTests/fast/dom/Range/getClientRects-character-expected.txt

Issue 24023007: Fix wrong width of Range in vertical text (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove extra fprintf Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Test horizontal
2 PASS 1 is rects.length
3 PASS box.offsetWidth / 26 is >= rects[0].width
4 PASS box.offsetHeight / 2 is >= rects[0].height
5 Test vertical
6 PASS 1 is rects.length
7 PASS box.offsetWidth / 2 is >= rects[0].width
8 PASS box.offsetHeight / 26 is >= rects[0].height
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12 ABCDEFGHIJKLMNOPQRSTUVWXYZ ABCDEFGHIJKLMNOPQRSTUVWXYZ
13 ABCDEFGHIJKLMNOPQRSTUVWXYZ ABCDEFGHIJKLMNOPQRSTUVWXYZ
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698