Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/subresource_filter/resource-disallowed-expected.txt

Issue 2895643002: [subresource_filter] Display dev tools console message for subresource blocking (Closed)
Patch Set: rbyers@ feedback. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/subresource_filter/resource-disallowed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/subresource_filter/resource-disallowed-expected.txt b/third_party/WebKit/LayoutTests/http/tests/subresource_filter/resource-disallowed-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f1d74c4149aa09e0720f99c492e52fc4fe439ab2
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/subresource_filter/resource-disallowed-expected.txt
@@ -0,0 +1,6 @@
+CONSOLE ERROR: line 34: Subresource filtering disallowed loading this resource, http://127.0.0.1:8000/subresource_filter/resources/beta.js.
+This is a testharness.js-based test.
+PASS Resources whose URLs are not disallowed are still loaded.
+PASS Resources whose initial URL (not after redirects) are disallowed are not loaded.
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698