⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 176729 in webkit


Ignore:
Timestamp:
Dec 3, 2014, 11:16:52 AM (12 years ago)
Author:
Chris Dumez
Message:

Add layout test for DOM timer throttling in iframe scrolled out of viewport
https://bugs.webkit.org/show_bug.cgi?id=138884

Reviewed by Andreas Kling.

Add a layout test to test that a repeating DOM timer inside an iframe
get throttled if the iframe is scrolled out of the viewport.

  • fast/dom/resources/timer-throttling-iframe.html: Added.
  • fast/dom/timer-throttle-on-scrolling-iframe-away.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r176728 r176729  
     12014-12-03  Chris Dumez  <cdumez@apple.com>
     2
     3        Add layout test for DOM timer throttling in iframe scrolled out of viewport
     4        https://bugs.webkit.org/show_bug.cgi?id=138884
     5
     6        Reviewed by Andreas Kling.
     7
     8        Add a layout test to test that a repeating DOM timer inside an iframe
     9        get throttled if the iframe is scrolled out of the viewport.
     10
     11        * fast/dom/resources/timer-throttling-iframe.html: Added.
     12        * fast/dom/timer-throttle-on-scrolling-iframe-away.html: Added.
     13
    1142014-12-03  Dan Bernstein  <mitz@apple.com>
    215
Note: See TracChangeset for help on using the changeset viewer.