Bug 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git] / layout / reftests / text / webkit-text-security-2.html
blob04987bb776e12c39810d4e781142bd7ba95e83f8
1 <!DOCTYPE html>
2 <meta charset=utf-8>
4 <style>
5 .test {
6 color: blue;
7 font: 13px monospace;
9 </style>
11 <script>
12 function go() {
13 // Apply the requested -webkit-text-security setting.
14 maskOption = document.location.search.substr(1);
15 document.styleSheets[0].cssRules[0].style.webkitTextSecurity = maskOption;
17 </script>
19 <body onload="go()">
20 input type="number": <input class="test" type="number" value="12345">