Bug 1839526 [wpt PR 40658] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / bidi / 489887-1-ref.html
blob314d694be47f08eca49301f064298e13a6c5a492
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script type="text/javascript">
5 function boom()
7 document.getElementById("w").firstChild.data = "";
10 </script>
11 </head>
12 <body onload="boom();">
13 <div><span>&#x06cd;</span><span id="w"> </span><span>&#x06cb;</span></div>
14 </body>
15 </html>