| 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=0 height=0 border=0></iframe> | 8 <iframe width=0 height=0 border=0></iframe> |
| 9 <div id='console'></div> | 9 <div id='console'></div> |
| 10 </html> | 10 </html> |
| OLD | NEW |