summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-model-novalid.html
blob: 19d56bbc98d3e1d25a54b9904c8d7e2de4be92e0 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<meta charset=utf-8>
<title>style@scoped as child of div with flow content before</title>
<body>
<div>
<p>foo</p>
<style scoped></style>
</div>