| <!DOCTYPE html> | |
| <head> | |
| <style type="text/css"> @import "resources/scrollable-style.css"; </style> | |
| <script src="../../resources/js-test.js"></script> | |
| <script src="resources/scrollable-area.js"></script> | |
| </head> | |
| <body onload="runTest(2);"> | |
| <iframe width=120 src="resources/generic-scrollable-content.html"></iframe> | |
| <div id='console'></div> | |
| </html> |