blob: 1799dd128c8eba00f8676d3d7b1f80964c4f075e [file] [log] [blame]
<!doctype html>
<meta charset=utf-8>
<title>mutliple adjacent style@scoped as child of div with flow content after</title>
<body>
<div>
<style scoped></style>
<style scoped></style>
<p>foo</p>
</div>