Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
parser
/
form-after-template-expected.html
blob: 80e874d7ad4be5f9b26494603457d0665309ac7a [
file
] [
edit
]
<!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>