[layout test results.html] Small UI tweaks and tiny bug fixes
- When click the toolbar to select a view during animation, show the view for 1 second. This is convenient to briefly view a specific view without stopping the animation. Previously the time showing the clicked view was random. - Let GUI.getExpectation(el) handle cases that the el is under result-frame, so that keyboard navigation still works when the focus is under result-frame (e.g. after the toolbar or the image result is clicked). - Let GUI.activeExpectation() return the open expectation if no expectation line can be found from the focused element, so that keyboard navigation can be based on the open expectation if the focus is neither under the expectation line nor result-frame. - Correct total count. Previously the total count didn't include expected failures, skipped and wontfix tests, etc. Change-Id: Ibc4b697c52a7b5d37f0ebbfb5c925cc478f15f06 Reviewed-on: https://chromium-review.googlesource.com/777469 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#517674}
Showing
Please register or sign in to comment