Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!doctype html>
<input type=text>
<script>
SpecialPowers.wrap(window).InspectorUtils.addPseudoClassLock(document.querySelector("input"), ":disabled", true);
</script>