mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
589c48df61
--HG-- extra : rebase_source : 8eea41432c267b4ace85d1230c5dba76fe7cc3c4
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>
|