mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-14 08:31:19 -05:00
7 lines
241 B
HTML
7 lines
241 B
HTML
<!DOCTYPE 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>
|