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

Side by Side Diff: content/test/data/find_in_hidden_frame.html

Issue 1959183002: Multi-Process Find-in-Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disabled tests on Android Release because of crbug.com/615291. Created 4 years, 6 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 | « content/renderer/render_frame_impl.cc ('k') | content/test/data/find_in_page_multi_frame.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div>hello</div><iframe style="display:inline;width:0;height:0;border:none" src= "data:text/html,hello"></iframe> 1 <div>hello</div><iframe style="display:inline;width:0;height:0;border:none" src= "data:text/html,hello"></iframe>
2 <iframe style="visibility:hidden" src="data:text/html,hello"></iframe> 2 <iframe style="visibility:hidden" src="data:text/html,hello"></iframe>
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/test/data/find_in_page_multi_frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698