Commit 313bb42d 313bb42d9e87f4b2741d28e6318095fe0b227fb8 by Nicolas Perriault

added missing file

1 parent 820b68b7
<!DOCTYPE html>
<html>
<head>
<title>Multiple forms test</title>
</head>
<body>
<form name="f1">
<input type="hidden" name="f" value="f1">
<input type="text" name="yo">
</form>
<form name="f2">
<input type="hidden" name="f" value="f2">
<input type="text" name="yo">
</form>
</body>
</html>