mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 06:29:21 +00:00
11 lines
270 B
HTML
11 lines
270 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body style="-moz-control-character-visibility:visible">
|
|
<span id="s">foobar</span>
|
|
<script>
|
|
var x = s.getBoundingClientRect().width;
|
|
document.body.setAttribute("style", "-moz-control-character-visibility:hidden");
|
|
</script>
|
|
</body>
|
|
</html>
|