Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /url/a-element-xhtml.xhtml?exclude=(file|javascript|mailto) - WPT Dashboard Interop Dashboard
- /url/a-element-xhtml.xhtml?include=file - WPT Dashboard Interop Dashboard
- /url/a-element-xhtml.xhtml?include=javascript - WPT Dashboard Interop Dashboard
- /url/a-element-xhtml.xhtml?include=mailto - WPT Dashboard Interop Dashboard
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<head>
<title>URL Test</title>
<meta name="variant" content="?include=file"/>
<meta name="variant" content="?include=javascript"/>
<meta name="variant" content="?include=mailto"/>
<meta name="variant" content="?exclude=(file|javascript|mailto)"/>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/subset-tests-by-key.js"></script>
<base id="base"/>
</head>
<body>
<div id="log"></div>
<script src="resources/a-element.js"></script>
</body>
</html>
<!--
Other dependencies:
* resources/urltestdata.json,
* resources/urltestdata-javascript-only.json,
-->