[Webkit-unassigned] [Bug 116148] New: Iframe.sandbox is readonly but actually it is able to be changed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 15 04:48:50 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=116148

           Summary: Iframe.sandbox is readonly but actually it is able to
                    be changed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: m.poteralski at samsung.com


According to w3c specification Iframe.sandbox is readonly: http://www.w3.org/TR/2011/WD-html5-20110525/the-iframe-element.html
But currently is changeable. 

Eg. 
            var popr = document.getElementById("if2").sandbox;
            document.getElementById("if2").sandbox = "allow-scripts";
            var newPopr = document.getElementById("if2").sandbox;
            assert_equals(newPopr, popr);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list