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

Unified Diff: components/test/data/web_view/the_word_green_five_times.html

Issue 1371773003: mandoline: Add find in page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final documentation changes. Created 5 years, 2 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
« no previous file with comments | « components/html_viewer/html_frame.cc ('k') | components/test/data/web_view/two_iframes_with_green.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/web_view/the_word_green_five_times.html
diff --git a/components/test/data/web_view/the_word_green_five_times.html b/components/test/data/web_view/the_word_green_five_times.html
new file mode 100644
index 0000000000000000000000000000000000000000..85d25e813cdeada4cd8bcb4f4891b7f5c66424f7
--- /dev/null
+++ b/components/test/data/web_view/the_word_green_five_times.html
@@ -0,0 +1,12 @@
+<html>
+ <head>
+ <title>The Word "Green" Five Times</title>
+ </head>
+ <body>
+ <p>Green.</p>
+ <p>Green?</p>
+ <p>Green...</p>
+ <p>Green!</p>
+ <p>Green!?!?!?!?</p>
+ </body>
+</html>
« no previous file with comments | « components/html_viewer/html_frame.cc ('k') | components/test/data/web_view/two_iframes_with_green.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698