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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-div-overflow-scrol-hidden.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <script src="resources/spatial-navigation-utils.js"></script> 4 <script src="resources/spatial-navigation-utils.js"></script>
5 <script type="application/javascript"> 5 <script type="application/javascript">
6 6
7 var resultMap = [ 7 var resultMap = [
8 ["Down", "f2"], 8 ["Down", "f2"],
9 ["Down", "f3"], 9 ["Down", "f3"],
10 ["Down", "f3"], 10 ["Down", "f3"],
11 ["Down", "f4"], 11 ["Down", "f4"],
12 ["Down", "f4"], 12 ["Down", "f4"],
13 ["Down", "f5"], 13 ["Down", "f5"],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <div><a href="#" id="f7"><img src="resources/green.png" width=40px; height=40px; ></a></div> 60 <div><a href="#" id="f7"><img src="resources/green.png" width=40px; height=40px; ></a></div>
61 <div><a href="#" id="f8"><img src="resources/green.png" width=50px; height=40px; ></a></div> 61 <div><a href="#" id="f8"><img src="resources/green.png" width=50px; height=40px; ></a></div>
62 </div><br> 62 </div><br>
63 <div><a href="#" id="f9"><img src="resources/green.png" width=40px; height=40px; ></a></div> 63 <div><a href="#" id="f9"><img src="resources/green.png" width=40px; height=40px; ></a></div>
64 </div></div> 64 </div></div>
65 <div id="console"></div> 65 <div id="console"></div>
66 This test is testing that div with overflow:auto would scroll, by div with overf low:hidden would not. 66 This test is testing that div with overflow:auto would scroll, by div with overf low:hidden would not.
67 </body> 67 </body>
68 </html> 68 </html>
69 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698