playwright/test/assets/formatted-number.html

4 lines
86 B
HTML
Raw Normal View History

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