chromium/third_party/blink/web_tests/http/tests/devtools/persistence/automapping-bind-dirty-network-sourcecode-expected.txt

Verify that dirty network uiSourceCodes are bound to filesystem.

Binding created: {
       network: http://127.0.0.1:8000/devtools/persistence/resources/foo.js
    fileSystem: file:///var/www/devtools/persistence/resources/foo.js
}
FileSystem is dirty: true
FileSystem working copy: 


window.bar = ()=>'bar';