Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
parser
/
form-after-template-expected.html
blob: 80e874d7ad4be5f9b26494603457d0665309ac7a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
Test that the form following a template element properly gets parsed.
</p>
<form
style
=
"
background-color
:
red
;
"
>
<input
type
=
"text"
/><button>
Submit
</button>
</form>
</body>
</html>