servo/tests/wpt/web-platform-tests/url/a-element-origin-xhtml.xhtml
Ms2ger 296fa2512b Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
2017-02-06 22:38:29 +01:00

15 lines
428 B
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>URL Test</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<base id="base"/>
</head>
<body>
<div id="log"></div>
<script src="a-element-origin.js"></script>
</body>
</html>
<!-- Other dependencies: urltestdata.json -->