transparent-textarea.html (207B)
1 <!doctype html> 2 <style> 3 textarea { 4 color: transparent; 5 background: unset; 6 border: none; 7 resize: none; 8 padding: 0; 9 position: absolute; 10 } 11 </style> 12 <textarea> 13 FAIL 14 </textarea> 15 <pre> 16 PASS 17 </pre>