mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
15 lines
428 B
HTML
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 -->
|