tenfourfox/dom/html/crashtests/616401.html

9 lines
165 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!doctype html>
<script>
var c = document.createElement("canvas");
c.getContext("experimental-webgl", {
get a() { throw 7; },
get b() { throw 8; }
});
</script>