| 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, "");
|
| var testCases = [
|
| "max",
|
| "insertBefore",
|
|
|