Fix virtual scroller WPT tests and reenable most of them.
There were multiple problems: - the tests all passed all the time because displayLocking was disabled, so nothing ever got locked (crbug.com/986574) - the content of the test files was incorrect, they were all executing the same test entry from ref-tests.js (looks like the last patchset overwrote them all, https://chromium-review.googlesource.com/c/chromium/src/+/1680170/35..36 . - the scroller takes several frames to full unlock the correct elements, so this change adds a 1s delay to give it time. - the part.html test is actually failing crbug.com/998356 and so remains disabled for now. BUG=986574 Change-Id: I443ad7a1ce1eb6fd3d8c227e4635ceec0ebcd81e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772951Reviewed-by:Kent Tamura <tkent@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#691043}
Showing
Please register or sign in to comment