| Index: third_party/WebKit/LayoutTests/http/tests/inspector/extensions/extensions-resources.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/extensions/extensions-resources.html b/third_party/WebKit/LayoutTests/http/tests/inspector/extensions/extensions-resources.html
|
| index 63f69c672de1de0c56dd9283757c20c24acae6e2..6fddbde5837213ee979deab9cdf52ecf18349357 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/extensions/extensions-resources.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/extensions/extensions-resources.html
|
| @@ -176,6 +176,8 @@ function extension_testOnResourceAdded(nextTest)
|
| {
|
| if (resource.url.indexOf("test_func") === -1)
|
| return;
|
| + if (resource.url.startsWith('debugger://'))
|
| + return;
|
| output("resource added:");
|
| dumpObject(Array.prototype.slice.call(arguments), { url: "url" });
|
| webInspector.inspectedWindow.onResourceAdded.removeListener(onResourceAdded);
|
|
|