2 <script src=
"../resources/js-test.js"></script>
5 description('This test ensures that a plugin which wants to receive wheel ' +
6 'events is included in the non-fast scrollable region.');
7 window
.jsTestIsAsync
= true;
10 if (window
.internals
) {
11 shouldBe('internals.nonFastScrollableRects(document).length', '1');
13 debug('This test requires access to window.internals.nonFastScrollableRects.');
20 <embed id=
"plugin" type=
"application/x-webkit-test-webplugin"></embed>