Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
fast
/
parser
/
form-after-template.html
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>