<!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);"> <span style="visibility: hidden"> <iframe width=120 scrolling=yes style="visibility: visible;" src="resources/generic-scrollable-content.html"></iframe> </span> <div id='console'></div> </html>