/[suikacvs]/www/test/uri/relative/non-host/about-2.html
Suika

Contents of /www/test/uri/relative/non-host/about-2.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sun May 18 12:04:18 2008 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
relative in data doesn't work in browsers; relative in about:blank does work since browsers set the document.URL of the about:blank document as the callee; if the about:blank is the top-level browsing context, then the link does not work again

1 wakaba 1.1 <!DOCTYPE HTML>
2     <title>Relative reference in data: URI</title>
3     <iframe src="about:blank">Need &lt;iframe> support for this test</iframe>
4     <script>
5     setTimeout (function () {
6     var iframe = document.getElementsByTagName ('iframe')[0];
7     iframe.src = 'javascript:document.write ("<a href=relative>relative</a>")';
8     }, 1000);
9     </script>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24