Bug 96223 - DRT - The script paths in editing/shadow/rightclick-on-meter-in-shadow-crash.html are not correct
Summary: DRT - The script paths in editing/shadow/rightclick-on-meter-in-shadow-crash....
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-09 20:44 PDT by Xiaobo Wang
Modified: 2013-05-09 14:18 PDT (History)
4 users (show)

See Also:


Attachments
patch (1.94 KB, patch)
2012-09-09 20:52 PDT, Xiaobo Wang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.