| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-expected.txt
|
| index 56f00f208112fae1a9b66c83977ed697f53d7e99..1e5de22b75ca5ba11bcc67f994370e384cf495e1 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-expected.txt
|
| @@ -10,11 +10,19 @@ Binding created: {
|
| exactMatch: false
|
| }
|
|
|
| -Running: changeFileSystem
|
| +Running: addFileSystemRevision
|
| network code: 'window.foo3 = 3;'
|
| fileSystem code: 'window.foo3 = 3;'
|
|
|
| -Running: changeNetworkUISourceCode
|
| +Running: addFileSystemWorkingCopy
|
| +network code: 'window.foo4 = 4;'
|
| +fileSystem code: 'window.foo4 = 4;'
|
| +
|
| +Running: setNetworkRevision
|
| network code: 'window.foo2 = 2;'
|
| fileSystem code: 'window.foo2 = 2;'
|
|
|
| +Running: setNetworkWorkingCopy
|
| +network code: 'window.foo5 = 5;'
|
| +fileSystem code: 'window.foo5 = 5;'
|
| +
|
|
|