Bug 1874684 - Part 12: Add separate structs for fractional duration units. r=sfink
[gecko.git] / editor / reftests / 1088158.html
blob435aa3f638849246b92916354ae1d91676da883d
1 <!DOCTYPE html>
2 <script>
3 onload = function() {
4 var t = document.createElement('textarea');
5 t.placeholder = "placeholder";
6 document.body.appendChild(t.cloneNode(true));
8 </script>