instiki/vendor/plugins/HTML5lib/testdata/validator/style-scoped-attribute.test
Jacques Distler ed68d975df Update to latest HTML5lib
Fix that Tokenizer bug for real this time.
2007-09-09 22:26:19 -05:00

7 lines
157 B
Plaintext
Executable file

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