Files
UXP-Fixed/editor/reftests/readwrite-editable-ref.html
2018-02-02 04:16:08 -05:00

14 lines
260 B
HTML

<!DOCTYPE html>
<html>
<body>
<input>
<input readonly>
<input type=password>
<input type=password readonly>
<input type=email>
<input type=email readonly>
<textarea></textarea>
<textarea readonly></textarea>
</body>
</html>