OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <head> | 2 <head> |
3 <style type="text/css"> @import "resources/scrollable-style.css"; </style> | 3 <style type="text/css"> @import "resources/scrollable-style.css"; </style> |
4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../../resources/js-test.js"></script> |
5 <script src="resources/scrollable-area.js"></script> | 5 <script src="resources/scrollable-area.js"></script> |
6 </head> | 6 </head> |
7 <body onload="runTest(0);"> | 7 <body onload="runTest(0);"> |
8 <iframe width=120 scrolling=yes style="display: none;" src="resources/generi
c-scrollable-content.html"></iframe> | 8 <iframe width=120 scrolling=yes style="display: none;" src="resources/generi
c-scrollable-content.html"></iframe> |
9 <div id='console'></div> | 9 <div id='console'></div> |
10 </html> | 10 </html> |
OLD | NEW |