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

Unified Diff: LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt

Issue 16199002: DevTools: Support asynchronous loading of resources without cross origin checks through backend for… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ... Created 7 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: LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt b/LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2ef86d17b04eff290661e9b466c1c5cf5446354b
--- /dev/null
+++ b/LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt
@@ -0,0 +1,9 @@
+
+Running: testLocalResource
+Loading resource from file:///
+Failed: Can not load local file
+
+Running: testNetworkResource
+Loading resource from http://localhost:8080/inspector/network/resources/resource.php
+Success: Hello world
+

Powered by Google App Engine
This is Rietveld 408576698