| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a744a3fcd19cfba9d27a8e40e5532f6b680b2454
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes-expected.txt
|
| @@ -0,0 +1,38 @@
|
| +Verify that automapping works property when UISourceCodes come and go.
|
| +
|
| +
|
| +Running: addNetworkResource
|
| +Mapping has stabilized.
|
| +
|
| +Running: addFileSystemUISourceCode
|
| +Binding created: {
|
| + network: http://example.com/path/foo.js
|
| + fileSystem: file:///var/www/scripts/foo.js
|
| + exactMatch: true
|
| +}
|
| +Mapping has stabilized.
|
| +
|
| +Running: removeNetworkUISourceCode
|
| +Binding removed: {
|
| + network: http://example.com/path/foo.js
|
| + fileSystem: file:///var/www/scripts/foo.js
|
| + exactMatch: true
|
| +}
|
| +Mapping has stabilized.
|
| +
|
| +Running: reAddNetworkUISourceCode
|
| +Binding created: {
|
| + network: http://example.com/path/foo.js
|
| + fileSystem: file:///var/www/scripts/foo.js
|
| + exactMatch: true
|
| +}
|
| +Mapping has stabilized.
|
| +
|
| +Running: removeFileSystem
|
| +Binding removed: {
|
| + network: http://example.com/path/foo.js
|
| + fileSystem: file:///var/www/scripts/foo.js
|
| + exactMatch: true
|
| +}
|
| +Mapping has stabilized.
|
| +
|
|
|