Index: third_party/WebKit/LayoutTests/inspector/file-system-project.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/file-system-project.html b/third_party/WebKit/LayoutTests/inspector/file-system-project.html |
index 34d3a7342d2059268bece0d5adcb9e48d84bb32c..faa07a786911a74a4f427255ed63fd05776d77a0 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/file-system-project.html |
+++ b/third_party/WebKit/LayoutTests/inspector/file-system-project.html |
@@ -157,7 +157,7 @@ function test() |
function dumpExcludes(fs) |
{ |
- InspectorTest.fileSystemUISourceCodes()[0].project().excludeFolder("/html2/"); |
+ InspectorTest.fileSystemUISourceCodes()[0].project().excludeFolder("file:///var/www3/html2/"); |
InspectorTest.addResult(""); |
InspectorTest.addResult("-- Excluded /html2/ --"); |
dumpWorkspaceUISourceCodes(); |