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/issue131.html

17 lines
449 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Issue 131</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<h1>There is a non breaking&#160;space</h1>
<pre id="foobar">Some accentués characters</pre>
<form>
<select name="foobar">
<option value="1">Gimme some accentués characters</option>
</select>
<input type="submit" />
</form>
</body>
</html>