Index: LayoutTests/fast/xsl/subframe-location.html |
diff --git a/LayoutTests/fast/xsl/subframe-location.html b/LayoutTests/fast/xsl/subframe-location.html |
index 485b3bd0c9449413dfc6512e6d775e8a11ff2f7e..27d10f7f3ffdd92f62c120b1dae3f066eac181cd 100644 |
--- a/LayoutTests/fast/xsl/subframe-location.html |
+++ b/LayoutTests/fast/xsl/subframe-location.html |
@@ -1,14 +1,14 @@ |
<html> |
<head> |
<title>Frames</title> |
+<script src='resources/test-xslt.js'></script> |
</head> |
-<body> |
+<body onload='runTest("resources/subframe-location-frame.xml");'> |
<p>Test that a document in a subframe processed with XSLT has a correct location. |
(<a href='http://bugs.webkit.org/show_bug.cgi?id=18259'>bug 18259</a>).</p> |
<Script> |
if (window.testRunner) |
testRunner.dumpAsText(); |
</Script> |
-<iframe src="resources/subframe-location-frame.xml"></iframe> |
</body> |
</html> |