for tests that need to report child frame scroll positions.
* http/tests/navigation/anchor-frames.html:
* http/tests/navigation/anchor-subframeload.html:
* http/tests/navigation/relativeanchor-frames.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16512
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-09-21 Timothy Hatcher <timothy@apple.com>
+
+ Adding more calls to layoutTestController.dumpChildFrameScrollPositions()
+ for tests that need to report child frame scroll positions.
+
+ * http/tests/navigation/anchor-frames.html:
+ * http/tests/navigation/anchor-subframeload.html:
+ * http/tests/navigation/relativeanchor-frames.html:
+
2006-09-21 Timothy Hatcher <timothy@apple.com>
Reviewed by Adam.
<script type="text/javascript" src="resources/testcode.js"/>
<!-- %23 below is a #, which is escaped so the anchor applies to the subframe instead of the frameset. -->
<script>
+ if(layoutTestController) layoutTestController.dumpChildFrameScrollPositions();
runBasicTest("resources/frameset.pl?frameURL=success200.html%23anchor1", "none");
</script>
This page just kicks off a test, and should not appear in the expected test output.
<script type="text/javascript" src="resources/testcode.js"/>
<script>
+ if(layoutTestController) layoutTestController.dumpChildFrameScrollPositions();
runLoadChildFrameTest("resources/success200.html#anchor1");
</script>
This page just kicks off a test, and should not appear in the expected test output.
<script type="text/javascript" src="resources/testcode.js"/>
<!-- %23 below is a #, which is escaped so the anchor applies to the subframe instead of the frameset. -->
<script>
+ if(layoutTestController) layoutTestController.dumpChildFrameScrollPositions();
runBasicTest("resources/frameset.pl?frameURL=success200.html", "relativeanchor");
</script>
This page just kicks off a test, and should not appear in the expected test output.