[Webkit-unassigned] [Bug 99707] New: [CSSRegions] broken feature detection: body.webkitRegionOverset and body.webkitGetRegionFlowRanges shouldn't succeed when disabled at runtime

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 18 04:38:11 PDT 2012


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

           Summary: [CSSRegions] broken feature detection:
                    body.webkitRegionOverset and
                    body.webkitGetRegionFlowRanges shouldn't succeed when
                    disabled at runtime
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptGlue
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mmaerean at adobe.com


Steps to reproduce:
disable experimental WebKit features (in about://flags/).
access document.body.webkitRegionOverset and document.body.webkitGetRegionFlowRanges from JavaScript.

Expected result:
an exception should occur because the function should not exist.

Actual result:
the call is successful.

-- 
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