Changeset 67511 in webkit


Ignore:
Timestamp:
Sep 14, 2010 4:15:07 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-09-14 James Kozianski <soulplant@gmail.com>

Reviewed by Ojan Vafai.

Setting of CSSStyleDeclaration.prototype.foo on outer window affects prototype of inner window
https://bugs.webkit.org/show_bug.cgi?id=18447

Add a test for CSSStyleDeclaration.prototype.foo leaking into inner
windows.

  • fast/frames/css-style-declaration-isolation-expected.txt: Added.
  • fast/frames/css-style-declaration-isolation.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r67509 r67511  
     12010-09-14  James Kozianski  <soulplant@gmail.com>
     2
     3        Reviewed by Ojan Vafai.
     4
     5        Setting of CSSStyleDeclaration.prototype.foo on outer window affects prototype of inner window
     6        https://bugs.webkit.org/show_bug.cgi?id=18447
     7
     8        Add a test for CSSStyleDeclaration.prototype.foo leaking into inner
     9        windows.
     10
     11        * fast/frames/css-style-declaration-isolation-expected.txt: Added.
     12        * fast/frames/css-style-declaration-isolation.html: Added.
     13
    1142010-09-14  Adam Barth  <abarth@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.