Revision eb2dcea8c200288b69f1e74a2a796d7f04210e14 authored by Ms2ger on 26 April 2016, 12:59:51 UTC, committed by Ms2ger on 26 April 2016, 12:59:51 UTC
Merge pull request #2905 from sync_63c1140a0116a038e14855183c7f54b8526aca2d
2 parent s da52df1 + 63c1140
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="a-element.js"></script>
  </body>
</html>
back to top