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

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

Issue 2819763002: Add end-to-end test for CopylessPaste (Closed)
Patch Set: split tests 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
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/CopylessPasteTest.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/CopylessPasteTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698