| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css.html
|
| index def843e660f272361de720984707c92b0afad291..529cb14f056d906819e7cb27a57b60d6b5c9a136 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css.html
|
| @@ -15,6 +15,7 @@ body {
|
|
|
| function test()
|
| {
|
| + var testMapping = InspectorTest.initializeTestMapping();
|
| var fsUISourceCode, fs;
|
|
|
| InspectorTest.runTestSuite([
|
| @@ -34,7 +35,7 @@ function test()
|
|
|
| function waitForPersistenceBinding(next)
|
| {
|
| - Workspace.fileSystemMapping.addFileMapping(fs.fileSystemPath, "http://127.0.0.1:8000/", "/");
|
| + testMapping.addBinding('simple.css');
|
| InspectorTest.waitForBinding('simple.css').then(onBinding);
|
|
|
| function onBinding(binding)
|
|
|