https://github.com/web-platform-tests/wpt
Revision 5438f72ea0bc2abb3754b2b906a34d497bd8457c authored by Philip Jägenstedt on 23 November 2018, 09:17:43 UTC, committed by Philip Jägenstedt on 23 November 2018, 09:18:54 UTC
Possible but unlikely cause of https://github.com/web-platform-tests/wpt/issues/14207.

This reverts commit 3657828ff4243fcc2f3b3fa4e7bed34d646ad565.
1 parent bf2bef6
Raw File
Tip revision: 5438f72ea0bc2abb3754b2b906a34d497bd8457c authored by Philip Jägenstedt on 23 November 2018, 09:17:43 UTC
Revert "Find manifest for download by tags instead of commits"
Tip revision: 5438f72
a-element-origin-xhtml.xhtml
<?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="resources/a-element-origin.js"></script>
  </body>
</html>
<!-- Other dependencies: resources/urltestdata.json -->
back to top