| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <script src="../resources/runner.js"></script> | |
| </script> | |
| <script> | |
| let options = { | |
| includeContinuous: true, | |
| }; | |
| PerfTestRunner.measureRunsPerSecond({ | |
| description: "Measures performance of querying navigator.scheduling.isInputPending with continuous events included.", | |
| run: () => { | |
| navigator.scheduling.isInputPending(options); | |
| }, | |
| }); | |
| </script> | |
| </body> | |
| </html> |