Нет описания

10-singular_attribute.json 246B

123456789101112131415
  1. {
  2. "name": "Singular attribute",
  3. "options": {},
  4. "html": "<option value='foo' selected>",
  5. "expected": [
  6. {
  7. "type": "tag",
  8. "name": "option",
  9. "attribs": {
  10. "value": "foo",
  11. "selected": ""
  12. }
  13. }
  14. ]
  15. }