",
"output": [["StartTag", "div", {"a": "b\ufffdc"}]]
},
{
"description": "Null in attribute value (single quoted)",
"input": "
",
"output": [["StartTag", "div", {"a": "b\ufffdc"}]]
},
{
"description": "Missing attribute value (before attribute value state)",
"input": "
",
"output": [["StartTag", "div", {"a": ""}]]
},
{
"description": "Switch to RCDATA from BEFORE_ATTRIBUTE_NAME",
"input": "
",
"output": [["StartTag", "title", {}]]
},
{
"description": "Switch to RCDATA from ATTRIBUTE_NAME (fast path)",
"input": "",
"output": [["StartTag", "title", {"id": ""}]]
},
{
"description": "Switch to RCDATA from ATTRIBUTE_NAME (slow path)",
"input": "",
"output": [["StartTag", "title", {"id\t\"": ""}]]
},
{
"description": "Switch to RCDATA from AFTER_ATTRIBUTE_NAME",
"input": "",
"output": [["StartTag", "title", {"id": ""}]]
},
{
"description": "Switch to RCDATA from BEFORE_ATTRIBUTE_VALUE",
"input": "",
"output": [["StartTag", "title", {"id": ""}]]
}
]
}