Index: chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json |
=================================================================== |
--- chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json (revision 0) |
+++ chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json (revision 0) |
@@ -0,0 +1,55 @@ |
+[ |
+ { |
+ "title": "H1", |
+ "href": "/trunk/absolute_path/h1.html", |
+ "level": 2 |
+ }, |
+ { |
+ "href": "/trunk/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": "/trunk/absolute_path/y.html", |
+ "level": 4 |
+ }, |
+ { |
+ "title": "X2", |
+ "href": "https://example.com", |
+ "level": 4 |
+ }, |
+ { |
+ "title": "X3", |
+ "href": "/trunk/test.html", |
+ "level": 4 |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "title": "X1", |
+ "href": "http://example.com", |
+ "level": 2 |
+ }, |
+ { |
+ "title": "X2", |
+ "href": "https://example.com", |
+ "level": 2 |
+ }, |
+ { |
+ "title": "X3", |
+ "href": "/trunk/test.html", |
+ "level": 2 |
+ } |
+] |
Property changes on: chrome/common/extensions/docs/server2/test_data/sidenav_data_source/absolute_path_sidenav_expected.json |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |