summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html')
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html
new file mode 100644
index 0000000000..e55c3e94ec
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <style>
+<!--
+
+.hasFocus { border: 2px solid red; }
+
+-->
+ </style>
+ <meta charset=utf-8>
+ <title>&lt;STYLE&gt;s</title>
+</head>
+<body>
+
+</body>
+</html>