| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..73ec25be7562a9ae1e58a7d9a40247aff79f08cf
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane-expected.txt
|
| @@ -0,0 +1,29 @@
|
| +Verify that automapping is sane.
|
| +
|
| +Binding created: {
|
| + network: http://example.com
|
| + fileSystem: file:///var/www/index.html
|
| + exactMatch: true
|
| +}
|
| +Binding created: {
|
| + network: http://example.com/path/foo.js
|
| + fileSystem: file:///var/www/scripts/foo.js
|
| + exactMatch: true
|
| +}
|
| +Binding created: {
|
| + network: http://example.com/bar.css?12341234
|
| + fileSystem: file:///var/www/styles/bar.css
|
| + exactMatch: true
|
| +}
|
| +Binding created: {
|
| + network: http://example.com/elements/module.json
|
| + fileSystem: file:///var/www/modules/elements/module.json
|
| + exactMatch: true
|
| +}
|
| +Binding created: {
|
| + network: http://example.com/sources/module.json
|
| + fileSystem: file:///var/www/modules/sources/module.json
|
| + exactMatch: true
|
| +}
|
| +Mapping has stabilized.
|
| +
|
|
|