| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-live-edit.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-live-edit.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-live-edit.html
|
| index a1d8ba2966682bf49859df37744a78f5c53c1ae8..98f0e6857d4dead511af64717f2f36e2ac2d43f2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-live-edit.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-live-edit.html
|
| @@ -1,6 +1,7 @@
|
| <html>
|
| <head>
|
| <script src="../../../http/tests/inspector/inspector-test.js"></script>
|
| +<script src="../../../http/tests/inspector/persistence/persistence-test.js"></script>
|
| <script src="../../../http/tests/inspector/debugger-test.js"></script>
|
| <script src="../../../http/tests/inspector/isolated-filesystem-test.js"></script>
|
| <script src="../../../http/tests/inspector/live-edit-test.js"></script>
|
| @@ -26,7 +27,8 @@ function test()
|
|
|
| function fileSystemCreated()
|
| {
|
| - InspectorTest.evaluateInPage("addScript()", didAddScript);
|
| + InspectorTest.evaluateInPage("addScript()");
|
| + InspectorTest.waitForBinding("edit-me.js").then(didAddScript);
|
| }
|
|
|
| function didAddScript()
|
|
|