instiki/vendor/plugins/HTML5lib/testdata/validator/style-scoped-attribute.test

7 lines
157 B
Plaintext
Raw Normal View History

{"tests": [
{"description": "invalid style scoped attribute value 'inherit'",
"input": "<style scoped=inherit>",
"fail-unless": "invalid-boolean-value"}
]}