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

Unified Diff: LayoutTests/inspector/documentation/documentation-url-provider.html

Issue 559423004: DevTools: [Documentation] Disable external XHR requests in documentation tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make XHR request always fail in documentation tests Created 6 years, 3 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/inspector/documentation/documentation-url-provider.html
diff --git a/LayoutTests/inspector/documentation/documentation-url-provider.html b/LayoutTests/inspector/documentation/documentation-url-provider.html
index e6681c391bd4711e01a5ede13c343b07ffd6d4cb..a2a9ce4d5895ea511e2a3c14d572539598c2d8ee 100644
--- a/LayoutTests/inspector/documentation/documentation-url-provider.html
+++ b/LayoutTests/inspector/documentation/documentation-url-provider.html
@@ -1,11 +1,13 @@
<html>
<head>
<script src="../../http/tests/inspector/inspector-test.js"></script>
+<script src="documentation-test.js"></script>
<script>
function test()
{
InspectorTest.registerModule("documentation", true);
+ InspectorTest.killLoadXHRWithPrefix(WebInspector.DocumentationURLProvider.urlPrefix);
var testCases = [
"max",
"insertBefore",

Powered by Google App Engine
This is Rietveld 408576698