Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / dom / base / test / file_use_counter_svg_getElementById.svg
blob7cd12ba31507a8b867d4ebfb094ca9048d757a41
1 <?xml version="1.0" standalone="no"?>
2 <svg width="4in" height="3in" version="1.1"
3 xmlns="http://www.w3.org/2000/svg"
4 xmlns:xlink="http://www.w3.org/1999/xlink">
5 <desc>Test graphic for hitting getElementById
6 </desc>
7 <image id="i1" x="200" y="200" width="100px" height="80px">
8 </image>
9 <circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red"/>
10 <script type="text/javascript"> <![CDATA[
11 var image = document.documentElement.getElementById("i1");
12 image.addEventListener("load",
13 function() {
14 document.documentElement.removeAttribute("class");
16 false);
17 ]]>
18 </script>
20 <!-- Sentinel use counter to signal that telemetry for this document has been captured -->
21 <style>x { marker-mid: initial; }</style>
22 </svg>