mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 22:43:48 +00:00
Fix events.get_timeStamp (was events.get_timestamp, wrong casing). Rename `newRunner` to `htmlRunner`. move tests to src/tests (from src/browser/tests). src/runtime and possibly other parts might want to have html tests too.
6 lines
225 B
HTML
6 lines
225 B
HTML
<script src="testing.js"></script>
|
|
<script id=intl>
|
|
// this will crash if ICU isn't properly configured / ininitialized
|
|
testing.expectEqual("[object Intl.DateTimeFormat]", new Intl.DateTimeFormat().toString());
|
|
</script>
|