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

Side by Side Diff: Source/web/tests/data/find_in_page_frame.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/tests/data/find_in_page.html ('k') | Source/web/tests/data/first_party.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 <!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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 <!-- Tests that will not yield matches should go below this line. -->
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 | « Source/web/tests/data/find_in_page.html ('k') | Source/web/tests/data/first_party.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698