mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
da80a37c1d
--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>
|