blob: 1799dd128c8eba00f8676d3d7b1f80964c4f075e (
plain)
1
2
3
4
5
6
7
8
9
|
<!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>
|