Bug 96223

Summary: DRT - The script paths in editing/shadow/rightclick-on-meter-in-shadow-crash.html are not correct
Product: WebKit Reporter: Xiaobo Wang <xiaobwang>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mxie, rwlbuis, shinyak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

Description Xiaobo Wang 2012-09-09 20:44:13 PDT
<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?
Comment 1 Xiaobo Wang 2012-09-09 20:52:23 PDT
Created attachment 163030 [details]
patch
Comment 2 Xiaobo Wang 2012-09-10 20:46:22 PDT
Cc the original author of this file.
Comment 3 Shinya Kawanaka 2012-09-11 10:42:54 PDT
(In reply to comment #2)
> Cc the original author of this file.

Hi,

AFAIK, chromium DRT might not implement context click correctly...
Comment 4 Rob Buis 2013-05-09 13:36:54 PDT
Comment on attachment 163030 [details]
patch

Well spotted!
Comment 5 WebKit Commit Bot 2013-05-09 14:18:16 PDT
Comment on attachment 163030 [details]
patch

Clearing flags on attachment: 163030

Committed r149841: <http://trac.webkit.org/changeset/149841>
Comment 6 WebKit Commit Bot 2013-05-09 14:18:18 PDT
All reviewed patches have been landed.  Closing bug.