blob: 649b5852d245d4880f01b062580fd96f76c53753 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests the most common cases of linkifying/not linkifying phone numbers on iOS</title>
</head>
<body>
<a href="tel:408 111 222">408 111 222</a><br>
<span><a href="tel:408 111 222">408 111 222</a></span>
<div><a href="tel:408 111 222">408 111 222</a></div>
<a>408 111 222</a><br>
<a href="foobar.html">408 111 222</a>
<pre>408 111 222</pre>
<code>408 111 222</code>
</body>
</html>