This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/behat/mink/driver-testsuite/web-fixtures/issue211.html

24 lines
471 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Index page</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
</head>
<body>
<form action="#">
<p>
<label for="phone">Téléphone</label>
<input type="text" name="phone" id="phone" />
</p>
<p>
<label for="daphone">DaPhone</label>
<input type="text" name="daphone" id="daphone" />
</p>
<input type="submit" value="Send" />
</form>
</body>
</html>