Revision 68318aca8a81999476d7422efc7302f252162cf2 authored by L. David Baron on 24 July 2018, 15:38:00 UTC, committed by GitHub on 24 July 2018, 15:38:00 UTC
This contains a single change, from [bug 1311892](https://bugzilla.mozilla.org/show_bug.cgi?id=1311892), by @iyermihir, reviewed by @dholbert.
1 parent 9a716de
Raw File
a-element-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.js"></script>
  </body>
</html>
<!-- Other dependencies: resources/urltestdata.json -->
back to top