| Index: chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json
|
| diff --git a/chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json b/chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json
|
| deleted file mode 100644
|
| index 4f24152491de8320f6cc8849a46f2114adc4eb39..0000000000000000000000000000000000000000
|
| --- a/chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json
|
| +++ /dev/null
|
| @@ -1,55 +0,0 @@
|
| -[
|
| - {
|
| - "title": "H1",
|
| - "href": "/absolute_path/h1.html",
|
| - "level": 2
|
| - },
|
| - {
|
| - "href": "/absolute_path/h2.html",
|
| - "title": "H2",
|
| - "level": 2,
|
| - "items": [
|
| - {
|
| - "title": "H3",
|
| - "level": 3,
|
| - "items": [
|
| - {
|
| - "title": "X1",
|
| - "href": "http://example.com",
|
| - "level": 4
|
| - },
|
| - {
|
| - "title": "Y",
|
| - "href": "/absolute_path/y.html",
|
| - "level": 4
|
| - },
|
| - {
|
| - "title": "X2",
|
| - "href": "https://example.com",
|
| - "level": 4
|
| - },
|
| - {
|
| - "title": "X3",
|
| - "href": "/test.html",
|
| - "level": 4
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "title": "X1",
|
| - "href": "http://example.com",
|
| - "level": 2
|
| - },
|
| - {
|
| - "title": "X2",
|
| - "href": "https://example.com",
|
| - "level": 2
|
| - },
|
| - {
|
| - "title": "X3",
|
| - "href": "/test.html",
|
| - "level": 2
|
| - }
|
| -]
|
|
|