Frank Borden

Results 27 issues of Frank Borden

Seen some errors where Game Ending is not parsed. It seems like LRAS still ends correctly, but Alt+F4 or other disconnects may fail to parse? See if we can recover...

At least on mac. Will try on windows too.

[This change](https://github.com/modernweb-dev/web/commit/b2c857362d894a9eceb36516af84a800209f187b) switched the reporter to use a buffered logger that gets passed in to reportTestFileResults(), but it stores the bufferedlogger and reuses it in onTestRunFinished() for further logging. However...

**Describe the bug** About 1 in 10 drags on the Slider does not trigger onChangeEnd. **To Reproduce** Steps to reproduce the behavior: 1. Example copied from documentation with a log...

We have some code that uses [visibilityState](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState) for reporting etc. When we upgraded our tests from Chrome 120 to 128/129, they started to fail and timeout, showing visibilityState surprisingly becomes...