mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-03 20:30:00 +00:00
9 lines
165 B
HTML
9 lines
165 B
HTML
<!doctype html>
|
|
<script>
|
|
var c = document.createElement("canvas");
|
|
c.getContext("experimental-webgl", {
|
|
get a() { throw 7; },
|
|
get b() { throw 8; }
|
|
});
|
|
</script>
|