chromium/third_party/blink/web_tests/inspector-protocol/dom/dom-setNodeValue-expected.txt

Tests how DOM domain works with setNodeValue.

Before setNodeValue for foo:
<div id="x">foobarbaz</div>

After setNodeValue for foo:
<div id="x">notanymorebarbaz</div>