Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
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>