Index: LayoutTests/accessibility/scroll-to-make-visible-nested-2-expected.txt |
diff --git a/LayoutTests/accessibility/scroll-to-make-visible-nested-expected.txt b/LayoutTests/accessibility/scroll-to-make-visible-nested-2-expected.txt |
similarity index 52% |
copy from LayoutTests/accessibility/scroll-to-make-visible-nested-expected.txt |
copy to LayoutTests/accessibility/scroll-to-make-visible-nested-2-expected.txt |
index d3df09f61e8f0be72e9846bc22e8feb423c44785..e6ba9bdd9d1f784888ea5c5af553a4ba67541d7f 100644 |
--- a/LayoutTests/accessibility/scroll-to-make-visible-nested-expected.txt |
+++ b/LayoutTests/accessibility/scroll-to-make-visible-nested-2-expected.txt |
@@ -1,16 +1,14 @@ |
-Tests that scrolling to make an element visible successfully scrolls multiple nested scrolling views'. |
+Tests that scrolling to make an element visible works when the inner scroll container doesn't need to be scrolled, but the other one does. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
5000-pixel box |
-5000-pixel box |
-5000-pixel box |
Target |
+5000-pixel box |
PASS window.pageYOffset is 0 |
-PASS outerContainer.scrollTop is 0 |
-PASS innerContainer.scrollTop is 0 |
-PASS target.getBoundingClientRect().top is >= 15000 |
+PASS container.scrollTop is 0 |
+PASS target.getBoundingClientRect().top is >= 5000 |
PASS window.innerHeight is >= target.getBoundingClientRect().bottom |
PASS successfullyParsed is true |