Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
parser
/
form-after-template.html
blob: 7c2b89c71f4a690015d85a6f7b3e528355f56426 [
file
] [
log
] [
blame
] [
edit
]
<!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>