Changeset 56136 in webkit


Ignore:
Timestamp:
Mar 17, 2010 5:37:06 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-17 Drew Wilson <atwilson@chromium.org>

Reviewed by David Levin.

Add tests for "load shared worker in iframe" case.
https://bugs.webkit.org/show_bug.cgi?id=36203

Makes sure that creating a worker simultaneously in a document and in
a child iframe works (you end up with a single instance).

  • fast/workers/resources/shared-worker-count-connections.js: Added.
  • fast/workers/resources/shared-worker-iframe.html: Added.
  • fast/workers/shared-worker-in-iframe-expected.txt: Added.
  • fast/workers/shared-worker-in-iframe.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r56134 r56136  
     12010-03-17  Drew Wilson  <atwilson@chromium.org>
     2
     3        Reviewed by David Levin.
     4
     5        Add tests for "load shared worker in iframe" case.
     6        https://bugs.webkit.org/show_bug.cgi?id=36203
     7
     8        Makes sure that creating a worker simultaneously in a document and in
     9        a child iframe works (you end up with a single instance).
     10
     11        * fast/workers/resources/shared-worker-count-connections.js: Added.
     12        * fast/workers/resources/shared-worker-iframe.html: Added.
     13        * fast/workers/shared-worker-in-iframe-expected.txt: Added.
     14        * fast/workers/shared-worker-in-iframe.html: Added.
     15
    1162010-03-17  Shu Chang  <Chang.Shu@nokia.com>
    217
Note: See TracChangeset for help on using the changeset viewer.