summaryrefslogtreecommitdiff
path: root/test/data/validator/style-scoped-attribute.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/validator/style-scoped-attribute.test')
-rwxr-xr-xtest/data/validator/style-scoped-attribute.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/data/validator/style-scoped-attribute.test b/test/data/validator/style-scoped-attribute.test
new file mode 100755
index 0000000..f47795a
--- /dev/null
+++ b/test/data/validator/style-scoped-attribute.test
@@ -0,0 +1,7 @@
+{"tests": [
+
+{"description": "invalid style scoped attribute value 'inherit'",
+"input": "<style scoped=inherit>",
+"fail-unless": "invalid-boolean-value"}
+
+]} \ No newline at end of file