| <!DOCTYPE html> |
| <html> |
| <head> |
| <title>This tests the most common cases of linkifying/not linkifying phone numbers on iOS</title> |
| <script> |
| window.internals?.settings.setTelephoneNumberParsingEnabled(true); |
| </script> |
| </head> |
| <body> |
| 408 111 222<br> |
| <span>408 111 222</span> |
| <div>408 111 222</div> |
| <a>408 111 222</a><br> |
| <a href="#">408 111 222</a> |
| <pre>408 111 222</pre> |
| <code>408 111 222</code> |
| <div data-mime-type="text/latex">$\displaystyle \left(x + 1234567)\right$</div> |
| <math><mfrac><mn>389.1067</mn> <mn>29.1067</mn></mfrac><mo>=</mo><mn>13.3683</mn></math> |
| </body> |
| </html> |