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

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: Remove excessive code 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
« no previous file with comments | « LayoutTests/inspector/documentation/documentation-test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..846713fa8614b7a0534ee6f668fc0f817cbdb200 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.mockLoadXHR(WebInspector.DocumentationURLProvider.urlPrefix, "");
lushnikov 2014/09/12 11:04:49 what is a urlPrefix?
semeny 2014/09/12 11:17:37 Done.
var testCases = [
"max",
"insertBefore",
« no previous file with comments | « LayoutTests/inspector/documentation/documentation-test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698