playwright/test/assets/formatted-number.html
2020-03-20 19:32:27 -07:00

4 lines
86 B
HTML

<script>
window.result = (1000000.50).toLocaleString().replace(/\s/g, ' ');
</script>