| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Revert antialias cases (#2960) Previously modified canvas size to 3*3 for CMAA algorithm, but CMAA had been removed from chromium, revert canvas size to 2*2. | 6 年前 | |
Add video element playback error detection, use it to fail test. (#3259) * Add video element playback error detection, use it to fail test. Some tests will silently hang when playback errors occur, so add an error listener so the failure reason is more obvious. * Replace initial error check with 'await video.play();' This will catch both demuxing/decoding errors as well as autoplay failures and other things that cause play() rejection w/o an error. * Revert to "if (video.error)" for older versions. Add async. This addresses the feedback from review comments. | 5 年前 | |
Add video element playback error detection, use it to fail test. (#3259) * Add video element playback error detection, use it to fail test. Some tests will silently hang when playback errors occur, so add an error listener so the failure reason is more obvious. * Replace initial error check with 'await video.play();' This will catch both demuxing/decoding errors as well as autoplay failures and other things that cause play() rejection w/o an error. * Revert to "if (video.error)" for older versions. Add async. This addresses the feedback from review comments. | 5 年前 | |
| 2 年前 | ||
| 1 年前 |