mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
282 B
HTML
10 lines
282 B
HTML
<html>
|
|
<body style="display: inline; position: relative;">ع
|
|
<span id="a" style="position: absolute;">ع<span style="position: absolute;"></span></span>
|
|
<script>
|
|
document.body.offsetHeight;
|
|
document.getElementById('a').setAttribute('style', '');
|
|
</script>
|
|
</body>
|
|
</html>
|