diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-novalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-novalid.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-novalid.html new file mode 100644 index 000000000..1799dd128 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-novalid.html @@ -0,0 +1,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> |