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

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

Issue 1891773002: Implement the basic testing infrastructure for FindRequestManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and small fix. Created 4 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 | « content/test/data/find_in_page.html ('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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-sc ale=1.0, user-scalable=no" /> 4 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-sc ale=1.0, user-scalable=no" />
5 <style type="text/css"> 5 <style type="text/css">
6 div.transform { 6 div.transform {
7 background-color: #00FF00; 7 background-color: #00FF00;
8 width: 100px; 8 width: 100px;
9 height: 100px; 9 height: 100px;
10 padding-left: 30px; 10 padding-left: 30px;
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 result 16 94 result 16
95 </div> 95 </div>
96 </div> 96 </div>
97 </div> 97 </div>
98 <div class="relative-overflow"> 98 <div class="relative-overflow">
99 <div class="margin-overflow"> 99 <div class="margin-overflow">
100 result 17 100 result 17
101 <div class="absolute">result 18</div> 101 <div class="absolute">result 18</div>
102 </div> 102 </div>
103 </div> 103 </div>
104 <!-- Tests that will not yield matches should go below this line. --> 104 <!-- Results below this line will not yield matches. -->
105 <select> 105 <select>
106 <option>result 19</option> 106 <option>result 19</option>
107 </select> 107 </select>
108 </body> 108 </body>
109 </html> 109 </html>
OLDNEW
« no previous file with comments | « content/test/data/find_in_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698