summaryrefslogtreecommitdiff
path: root/test/data/validator/style-scoped-attribute.test
blob: f47795a21781293b57ed99a26ed70a58c3ae0c9f (plain)
1
2
3
4
5
6
7
{"tests": [

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

]}