[Webkit-unassigned] [Bug 53676] New: fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code tests fail when showModalDialog isn't supported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 06:06:42 PST 2011


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

           Summary: fast/js/sputnik/Conformance/10_Execution_Contexts/10.2
                    _Entering_An_Execution_Context/10.2.2_Eval_Code tests
                    fail when showModalDialog isn't supported
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: sam at webkit.org, ggaren at apple.com, oliver at apple.com,
                    barraclough at apple.com


To reproduce:

1. Delete the -webViewRunModal: implementation from DumpRenderTree/mac/UIDelegate.mm
2. run-webkit-tests fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code

All the tests fail. They seem to be failing because "this.showModalDialog" exists in the eval scope but not in the non-eval scope. Why would eval() cause showModalDialog to appear?

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