Index: chrome/test/data/android/appindexing/json-ld.html |
diff --git a/chrome/test/data/android/appindexing/json-ld.html b/chrome/test/data/android/appindexing/json-ld.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5f218b2f8f35f8e95b8e44a12189dba5b0733b1b |
--- /dev/null |
+++ b/chrome/test/data/android/appindexing/json-ld.html |
@@ -0,0 +1,11 @@ |
+<html> |
+<head> |
+ <meta charset="utf-8"> |
+ <title>JSON-LD for AppIndexing Test</title> |
+ <script type="application/ld+json"> |
+ {"@context":"http://schema.org","@type":"Hotel","name":"Hotel Name"} |
+ </script> |
+</head> |
+<body> |
+</body> |
+</html> |