mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-04-01 01:46:44 +00:00
8 lines
152 B
HTML
8 lines
152 B
HTML
<!DOCTYPE html>
|
|
<script src="../testing.js"></script>
|
|
|
|
<script id=file>
|
|
let f = new File();
|
|
testing.expectEqual(true, f instanceof File);
|
|
</script>
|