Placeholder Polyfill

Benchmark created on


Description

Javascript fallback polyfill for html5 placeholder attribute.

Preparation HTML

<input type="text" placeholder="My Text" />
<script>
  (function () {
  
  })();
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
Decrementing Loop
(function () {

})();
ready
Same test
(function () {

})();
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.