This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/vendor/behat/mink/driver-testsuite/web-fixtures/issue215.html

17 lines
210 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Index page</title>
</head>
<body>
<form action="#">
<textarea rows="10" cols="10" id="textarea">
foo
bar
</textarea>
</form>
</body>
</html>