[Webkit-unassigned] [Bug 96223] New: DRT - The script paths in editing/shadow/rightclick-on-meter-in-shadow-crash.html are not correct

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 9 20:43:55 PDT 2012


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

           Summary: DRT - The script paths in
                    editing/shadow/rightclick-on-meter-in-shadow-crash.htm
                    l are not correct
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xiaobo.wang at torchmobile.com.cn
                CC: rwlbuis at gmail.com, mxie at rim.com


<script src="resources/polyfill.js"></script>        <=== editing/shadow/resources/polyfill.js doesn't exist.
<script src="../../../editing/editing.js"></script>  <=== webkit/editing/editing.js doesn't exist.

Should be
<script src="../../fast/dom/shadow/resources/polyfill.js"></script>
<script src="../editing.js"></script>
which is the same as in editing/shadow/doubleclick-on-meter-in-shadow-crash.html.

But if I run DRT "editing/shadow/rightclick-on-meter-in-shadow-crash.html" on Chromium porting, it can pass. Wired?

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