| 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..c0433dd02341b76f0119956b92c6dcf0e4774c13
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane-expected.txt
|
| @@ -0,0 +1,19 @@
|
| +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
|
| +}
|
| +Mapping has stabilized.
|
| +
|
|
|