Revision d3136028babccf2be0cb07189abf52d06fa03351 authored by Kai Engert on 29 February 2016, 15:18:37 UTC, committed by Kai Engert on 29 February 2016, 15:18:37 UTC
1 parent 96b3a70
Raw File
1088158.html
<!DOCTYPE html>
<script>
  onload = function() {
    var t = document.createElement('textarea');
    t.placeholder = "placeholder";
    document.body.appendChild(t.cloneNode(true));
  }
</script>
back to top