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..9990f944ac4d339e907944f7edf6d8e6194bcb17 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,12 @@ |
-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 parent.scrollTop is 50 |
+PASS parent.scrollLeft is 50 |
+PASS parent.scrollTop is 0 |
+PASS parent.scrollLeft is 0 |
PASS successfullyParsed is true |
TEST COMPLETE |