https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2ac4b481997e2bcf569c91d8bb7ab1e5a0b7b1b0 authored by Sebastian Hengst on 14 September 2023, 13:03:20 UTC
Bug 1850698 - remove 'esr' suffix added unintentionally to some other string. a=me
Tip revision: 2ac4b48
407419-1.html
<!DOCTYPE HTML>
<html>
<head>
</head>
<body onload="document.getElementById('s').firstChild.data = ('hello world');">

<span style="display: -moz-inline-box" id="s"> </span>

</body>
</html>
back to top