haikuwebkit/LayoutTests/fast/dom/linkify-phone-numbers-expec...

16 lines
422 B
HTML

<!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>