Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: chrome/test/data/android/appindexing/json-ld.html

Issue 2819763002: Add end-to-end test for CopylessPaste (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698