| Index: LayoutTests/inspector/documentation/document-parser.html
|
| diff --git a/LayoutTests/inspector/documentation/document-parser.html b/LayoutTests/inspector/documentation/document-parser.html
|
| index 1f62ae32328d799a6364cf761bd80cd9dbe5295d..02d74fb2adcd690b3cef0e2710a4b821866a7660 100644
|
| --- a/LayoutTests/inspector/documentation/document-parser.html
|
| +++ b/LayoutTests/inspector/documentation/document-parser.html
|
| @@ -5,8 +5,7 @@
|
|
|
| function test()
|
| {
|
| - runtime.registerModule("documentation");
|
| - runtime.loadModule("documentation");
|
| + InspectorTest.registerModule("documentation", true);
|
| var testCases = [
|
| "{{A|B={{C|D=blablabla}}}}",
|
| "{{CS|Init=black|Values={{CSS Property Value\n|Data Type=color\n|Description=[[css/color|CSS color value]]}}\n}}",
|
|
|