This repository has been archived on 2025-09-29. 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/issue178.html

19 lines
No EOL
315 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Index page</title>
</head>
<body>
<form action="#">
<div>
<input type="text" name="source" id="source"
onkeyup="document.getElementById('target').innerHTML = this.value" value="bar">
</div>
</form>
<div id="target"></div>
</body>
</html>