Bug 1839526 [wpt PR 40658] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / bidi / 425338-1b.html
blob7d3e063c952cb4ea9b11d7c3541d3c09dbe91ca8
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
4 <script type="text/javascript">
5 function c()
7 document.getElementById("a").style.height = "10em";
8 document.body.offsetHeight;
9 document.getElementById("a").style.height = "";
11 </script>
12 </head>
13 <body onload="c();">
14 <span id="a"><span>a</span>b<span>א</span>c</span>
15 </body>
16 </html>