DescriptionFixed flaky fullscreen video test.
The media controls are (at least sometimes) painted twice. The second
time after figuring out how many buttons fit into the available width.
At least one of the fullscreen tests were flaky because the first paint
was dumped instead of the second one. Adding a layoutAndPaintAsyncThen
in the full-screen-test.js framework seems to fix the issue.
Although the issue was filed after landing changes for issue 567021,
the flakiness is also seen locally without those changes running the
test with --repeat-each=30 in debug.
R=fs@opera.com
TEST=virtual/android/fullscreen/full-screen-stacking-context.html
BUG=675055
Committed: https://crrev.com/9d2592279f64b3a80329edef372adf6283349a0b
Cr-Commit-Position: refs/heads/master@{#439483}
Patch Set 1 #Patch Set 2 : Return early from endTest() if already called. #Messages
Total messages: 18 (10 generated)
|