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

Side by Side Diff: LayoutTests/fast/scroll-behavior/bordered-container-child-scroll-expected.txt

Issue 568453002: Removing container's Left & Top border from computed scroll offset bounds. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reduced layout test file contents from javascript, style and html content Created 6 years, 2 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 SVG 1.1 dynamic update tests 1 Issue crbug.com/295848: element.scrollIntoViewIfNeeded() does not scroll the ent ire element render box into view.
2 2
3 Tests dynamic updates of the 'y2' attribute of the SVGLinearGradientElement obje ct
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 4
7 5
8 PASS linearGradientElement.getAttribute('y2') is "1000%" 6 PASS parent.scrollTop is 50
9 PASS linearGradientElement.getAttribute('y2') is "0%" 7 PASS parent.scrollLeft is 50
8 PASS parent.scrollTop is 0
9 PASS parent.scrollLeft is 0
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698