Revert "Commit updated Javascript packages"
This reverts commit a88734348a.
This commit is contained in:
15
build/javascript/node_modules/domhandler/test/cases/10-singular_attribute.json
generated
vendored
15
build/javascript/node_modules/domhandler/test/cases/10-singular_attribute.json
generated
vendored
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"name": "Singular attribute",
|
||||
"options": {},
|
||||
"html": "<option value='foo' selected>",
|
||||
"expected": [
|
||||
{
|
||||
"type": "tag",
|
||||
"name": "option",
|
||||
"attribs": {
|
||||
"value": "foo",
|
||||
"selected": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user