migrate more tests to htmlRunner

This commit is contained in:
Karl Seguin
2025-09-10 11:54:03 +08:00
parent f464e89415
commit a5d9b658fb
15 changed files with 239 additions and 261 deletions

View File

@@ -0,0 +1,4 @@
<script src="../testing.js"></script>
<script id=performanceObserver>
testing.expectEqual(0, PerformanceObserver.supportedEntryTypes.length);
</script>