| Index: third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html
|
| index 62d143f0be12f9a4e169465c8fdb9fdb5aa9c7ab..95c82d2bb5677c00c94de59df8c1a673a25cb9c6 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html
|
| @@ -18,7 +18,7 @@ function test()
|
| InspectorTest.addResult("Creating filesystem with the SCSS file...");
|
| var fs = new InspectorTest.TestFileSystem("file:///var/www");
|
| fs.root.addFile("update-locations-on-filesystem-scss-load.scss", ["a {", " foo: bar;", "/* COMMENT */", " font-size: 12px;", "}"].join("\n"));
|
| - fs.addFileMapping(WebInspector.ParsedURL.completeURL(InspectorTest.resourceTreeModel.inspectedPageURL(), "resources/source/"), "/");
|
| + fs.addFileMapping(WebInspector.ParsedURL.completeURL(InspectorTest.mainTarget.inspectedURL(), "resources/source/"), "/");
|
| fs.reportCreated(fileSystemCreated);
|
|
|
| function fileSystemCreated()
|
|
|