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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/scrolling/scroll-max-value-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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 Setting test_section.scrollLeft = 100000000 scrolls all the way to the righ t. 1 PASS Setting test_section.scrollLeft = 100000000 scrolls all the way to the righ t.
2 PASS Setting test_section.scrollTop = 100000000 scrolls all the way to the botto m. 2 PASS Setting test_section.scrollTop = 100000000 scrolls all the way to the botto m.
3 PASS Setting test_input.scrollLeft = 100000000 scrolls all the way to the right. 3 PASS Setting test_input.scrollLeft = 100000000 scrolls all the way to the right.
4 PASS Setting test_input.scrollTop = 100000000 scrolls all the way to the bottom. 4 PASS Setting test_input.scrollTop = 100000000 scrolls all the way to the bottom.
5 PASS Setting test_input_search.scrollLeft = 100000000 scrolls all the way to the right. 5 PASS Setting test_input_search.scrollLeft = 100000000 scrolls all the way to the right.
6 PASS Setting test_input_search.scrollTop = 100000000 scrolls all the way to the bottom. 6 PASS Setting test_input_search.scrollTop = 100000000 scrolls all the way to the bottom.
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 top leftbottom right 10 top leftbottom right
11 11
12 Tests that large scrollLeft/Top values scroll to maximum possible value, i.e, El ement.scrollWidth/Height - Element.clientWidth/Height. 12 Tests that large scrollLeft/Top values scroll to maximum possible value, i.e, El ement.scrollWidth/Height - Element.clientWidth/Height.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698