blob: 7c2b89c71f4a690015d85a6f7b3e528355f56426 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>Test that the form following a template element properly gets parsed.</p>
<template><form></form></template>
<form style="background-color:red;">
<input type="text" /><button>Submit</button>
</form>
</body>
</html>