Sign in
chromium
/
devtools
/
devtools-frontend
/
e4d64e7ae0f7d449ce3f8b1364b28362baae4c80
/
.
/
node_modules
/
domhandler
/
test
/
cases
/
17-xml_namespace.json
blob: 2171c49ed629ac90e0063b617e74ba9bb3ac2382 [
file
] [
log
] [
blame
]
{
"name"
:
"XML Namespace"
,
"options"
:
{},
"html"
:
"<ns:tag>text</ns:tag>"
,
"expected"
:
[
{
"type"
:
"tag"
,
"name"
:
"ns:tag"
,
"attribs"
:
{},
"children"
:
[
{
"data"
:
"text"
,
"type"
:
"text"
}
]
}
]
}