mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00: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>
|