RESOLVED FIXED 96223
DRT - The script paths in editing/shadow/rightclick-on-meter-in-shadow-crash.html are not correct
https://bugs.webkit.org/show_bug.cgi?id=96223
Summary DRT - The script paths in editing/shadow/rightclick-on-meter-in-shadow-crash....
Xiaobo Wang
Reported 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?
Attachments
patch (1.94 KB, patch)
2012-09-09 20:52 PDT, Xiaobo Wang
no flags
Xiaobo Wang
Comment 1 2012-09-09 20:52:23 PDT
Xiaobo Wang
Comment 2 2012-09-10 20:46:22 PDT
Cc the original author of this file.
Shinya Kawanaka
Comment 3 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...
Rob Buis
Comment 4 2013-05-09 13:36:54 PDT
Comment on attachment 163030 [details] patch Well spotted!
WebKit Commit Bot
Comment 5 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>
WebKit Commit Bot
Comment 6 2013-05-09 14:18:18 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.