Changeset 56290 in webkit


Ignore:
Timestamp:
Mar 19, 2010 6:39:10 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-19 Adam Barth <abarth@webkit.org>

Reviewed by Darin Adler.

Freeze sandbox attributes on creation
https://bugs.webkit.org/show_bug.cgi?id=34184

Test that allow-forms is frozen on document creation.

  • fast/frames/resources/sandboxed-iframe-form-dynamic-allowed.html: Added.
  • fast/frames/resources/sandboxed-iframe-form-dynamic-disallowed.html: Added.
  • fast/frames/sandboxed-iframe-forms-dynamic-expected.txt: Added.
  • fast/frames/sandboxed-iframe-forms-dynamic.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r56288 r56290  
     12010-03-19  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Freeze sandbox attributes on creation
     6        https://bugs.webkit.org/show_bug.cgi?id=34184
     7
     8        Test that allow-forms is frozen on document creation.
     9
     10        * fast/frames/resources/sandboxed-iframe-form-dynamic-allowed.html: Added.
     11        * fast/frames/resources/sandboxed-iframe-form-dynamic-disallowed.html: Added.
     12        * fast/frames/sandboxed-iframe-forms-dynamic-expected.txt: Added.
     13        * fast/frames/sandboxed-iframe-forms-dynamic.html: Added.
     14
    1152010-03-19  Justin Schuh  <jschuh@chromium.org>
    216
Note: See TracChangeset for help on using the changeset viewer.