a-element-xhtml.xhtml (787B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE html> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <title>URL Test</title> 6 <meta name="variant" content="?include=file"/> 7 <meta name="variant" content="?include=javascript"/> 8 <meta name="variant" content="?include=mailto"/> 9 <meta name="variant" content="?exclude=(file|javascript|mailto)"/> 10 <script src="/resources/testharness.js"></script> 11 <script src="/resources/testharnessreport.js"></script> 12 <script src="/common/subset-tests-by-key.js"></script> 13 <base id="base"/> 14 </head> 15 <body> 16 <div id="log"></div> 17 <script src="resources/a-element.js"></script> 18 </body> 19 </html> 20 <!-- 21 Other dependencies: 22 * resources/urltestdata.json, 23 * resources/urltestdata-javascript-only.json, 24 -->