no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1330051.svg
blob90965e93019f5d5b0a0c0233f24ac493b8bcaf9b
1 <svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" class="reftest-wait">
2 <foreignObject width="500" height="500">
3 <iframe xmlns="http://www.w3.org/1999/xhtml"
4 srcdoc="A test">
5 </iframe>
6 <div xmlns="http://www.w3.org/1999/xhtml"
7 style="color: green" id="myDiv">This should remain green</div>
8 </foreignObject>
9 <script>
10 let el = document.getElementById('myDiv');
11 frames[0].onload = function() {
12 var doc = frames[0].document;
13 doc.body.appendChild(el);
14 document.documentElement.removeAttribute("class");
16 </script>
17 </svg>