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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <meta charset="utf-8">
4 <title>JSON-LD for AppIndexing Test</title>
5 <script type="application/ld+json">
6 {"@context":"http://schema.org","@type":"Hotel","name":"Hotel Name"}
7 </script>
8 </head>
9 <body>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698