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

Side by Side Diff: components/test/data/web_view/two_iframes_with_green.html

Issue 1371773003: mandoline: Add find in page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Further patch cleanup; use a WeakPtrFactory in FindController. 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>M-M-Multi-green!</title>
4 </head>
5 <body>
6 <p>Green.</p>
7 <iframe src="the_word_green_five_times.html"></iframe>
8 <p>Green??</p>
9 <iframe src="the_word_green_five_times.html"></iframe>
10 <p>Green!!</p>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698