blob: 485b3bd0c9449413dfc6512e6d775e8a11ff2f7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<title>Frames</title>
</head>
<body>
<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>
|