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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/test/data/web_view/two_iframes_with_green.html
diff --git a/components/test/data/web_view/two_iframes_with_green.html b/components/test/data/web_view/two_iframes_with_green.html
new file mode 100644
index 0000000000000000000000000000000000000000..50d2c508c1f50648633f4778a2061e10a05d2262
--- /dev/null
+++ b/components/test/data/web_view/two_iframes_with_green.html
@@ -0,0 +1,12 @@
+<html>
+ <head>
+ <title>M-M-Multi-green!</title>
+ </head>
+ <body>
+ <p>Green.</p>
+ <iframe src="the_word_green_five_times.html"></iframe>
+ <p>Green??</p>
+ <iframe src="the_word_green_five_times.html"></iframe>
+ <p>Green!!</p>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698