DOM Events

Test Description: The typical default action of the wheel event type is to scroll the document/element by the indicated amount. If this event is canceled, the implementation must not scroll document/element.

Steps:

  1. Note: an input device with scroll wheel support (e.g., mouse wheel) is required
  2. Make sure the above textarea can be scrolled by scrolling the mouse wheel over it
  3. Now, click the button:
  4. Move the mouse pointer over the above textarea
  5. Scroll down the mouse wheel 1 or more units
  6. Click the button:

Test passes if the word "PASS" appears below after following the above steps.

Test result:
FAIL