[Webkit-unassigned] [Bug 188574] New: MotionMark fails to display the "run benchmark" button in some situations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 13:17:56 PDT 2018


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

            Bug ID: 188574
           Summary: MotionMark fails to display the "run benchmark" button
                    in some situations
           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: fabrice at desre.org
                CC: lforschler at apple.com

If window.orientation exists, addOrientationListenerIfNecessary() in animometer.js calls _orientationChanged().
Here it ends up looking for an element: document.querySelector(".start-benchmark p") which is not in the DOM so the classList.XXX fails and benchmarkController.updateStartButtonState() is never called.

-- 
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/20180814/4909dab5/attachment.html>


More information about the webkit-unassigned mailing list