chromium/third_party/blink/web_tests/inspector-protocol/dom/dom-svg-in-html-attribute-expected.txt

Test that SVG-in-HTML attribute modifications are treated as HTML, not XML
Original outerHTML:
<svg></svg>
Modified attribute:
xlink:href=""
Modified outerHTML:
<svg xlink:href=""></svg>