Changeset 48484 in webkit


Ignore:
Timestamp:
Sep 17, 2009 12:43:49 PM (15 years ago)
Author:
eric@webkit.org
Message:

2009-09-17 Anton Muhin <antonm@chromium.org>

Reviewed by Adam Barth.

Add layout tests to verify there is no security leaks if someone sets a prototype of top
window to its child window.
https://bugs.webkit.org/show_bug.cgi?id=29334

  • http/tests/security/resources/iframe-with-element.html: Added.
  • http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto-expected.txt: Added.
  • http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto.html: Added.
  • http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt: Added.
  • http/tests/security/xss-DENIED-method-with-iframe-proto.html: Added.
  • http/tests/security/xss-DENIED-non-shadowable-propterty-with-iframe-proto-expected.txt: Added.
  • http/tests/security/xss-DENIED-non-shadowable-propterty-with-iframe-proto.html: Added.
  • http/tests/security/xss-DENIED-regular-propterty-with-iframe-proto-expected.txt: Added.
  • http/tests/security/xss-DENIED-regular-propterty-with-iframe-proto.html: Added.
Location:
trunk/LayoutTests
Files:
9 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r48482 r48484  
     12009-09-17  Anton Muhin  <antonm@chromium.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Add layout tests to verify there is no security leaks if someone sets a prototype of top
     6        window to its child window.
     7        https://bugs.webkit.org/show_bug.cgi?id=29334
     8
     9        * http/tests/security/resources/iframe-with-element.html: Added.
     10        * http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto-expected.txt: Added.
     11        * http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto.html: Added.
     12        * http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt: Added.
     13        * http/tests/security/xss-DENIED-method-with-iframe-proto.html: Added.
     14        * http/tests/security/xss-DENIED-non-shadowable-propterty-with-iframe-proto-expected.txt: Added.
     15        * http/tests/security/xss-DENIED-non-shadowable-propterty-with-iframe-proto.html: Added.
     16        * http/tests/security/xss-DENIED-regular-propterty-with-iframe-proto-expected.txt: Added.
     17        * http/tests/security/xss-DENIED-regular-propterty-with-iframe-proto.html: Added.
     18
    1192009-09-17  Chris Fleizach  <cfleizach@apple.com>
    220
Note: See TracChangeset for help on using the changeset viewer.