Parent Directory
|
Revision Log
See <http://suika.fam.cx/gate/2005/sw/href>
| 1 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 2 | <head> |
| 3 | <base href="../html.base/" xml:base="http://xml.base.test/"/> |
| 4 | <title><base href> and xml:base="" and HTMLBaseElement.href</title> |
| 5 | <script src="http://suika.fam.cx/~wakaba/-temp/test/support/result.js"></script> |
| 6 | </head> |
| 7 | <body> |
| 8 | <p><output id="output"/></p> |
| 9 | <p>c.f. <a href="">base URI</a></p> |
| 10 | <script> |
| 11 | setResult ('output', document.getElementsByTagName ('base')[0].href); |
| 12 | </script> |
| 13 | </body> |
| 14 | </html> |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |