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

Unified 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: exposeRect() : Removing borderTop from localExposeRect of scrollable box Created 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/scroll-behavior/bordered-container-child-scroll-expected.txt
diff --git a/LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.txt b/LayoutTests/fast/scroll-behavior/bordered-container-child-scroll-expected.txt
similarity index 55%
copy from LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.txt
copy to LayoutTests/fast/scroll-behavior/bordered-container-child-scroll-expected.txt
index 64a9d7920873d7000336d71562456a9567dbe893..4f0eb0297595dfa9cad648bba112ae7c7fb75d7e 100644
--- a/LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.txt
+++ b/LayoutTests/fast/scroll-behavior/bordered-container-child-scroll-expected.txt
@@ -1,12 +1,10 @@
-SVG 1.1 dynamic update tests
-
-Tests dynamic updates of the 'y2' attribute of the SVGLinearGradientElement object
+Issue crbug.com/295848: element.scrollIntoViewIfNeeded() does not scroll the entire element render box into view.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS linearGradientElement.getAttribute('y2') is "1000%"
-PASS linearGradientElement.getAttribute('y2') is "0%"
+PASS scrollTop is 25
+PASS scrollTop is 75
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698