[Webkit-unassigned] [Bug 196814] New: [MotionMark] The text "kkkj" is causing Firefox console warning: `unreachable code after return statement`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 04:34:20 PDT 2019


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

            Bug ID: 196814
           Summary: [MotionMark] The text "kkkj" is causing Firefox
                    console warning: `unreachable code after return
                    statement`
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: howaboutsynergy at pm.me
                CC: lforschler at apple.com

See https://github.com/WebKit/webkit/search?utf8=%E2%9C%93&q=kkkj&type=
or:
$ grep -nrIFw kkkj
Websites/browserbench.org/MotionMark1.1/resources/extensions.js:403:        return ((this._a.y * t + this._b.y) * t + this._c.y) * t;kkkj
Websites/browserbench.org/MotionMark/resources/extensions.js:374:        return ((this._a.y * t + this._b.y) * t + this._c.y) * t;kkkj
PerformanceTests/MotionMark/resources/extensions.js:403:        return ((this._a.y * t + this._b.y) * t + this._c.y) * t;kkkj

This looks like navigation text from an editor(like vim, emacs) where pressing 'k' causes cursor to go up one line, 'j' is go down one line, 'l' is go right one char and 'h' is go left one char.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190411/a37bcdc2/attachment.html>


More information about the webkit-unassigned mailing list