Bug 1443671 - Add crashtest r=nical

This commit is contained in:
sotaro 2018-03-19 18:54:05 +09:00
parent 4c164bb0ae
commit 04da311500
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<script>
try { o1 = document.createElement('canvas') } catch (e) {}
try { o2 = o1.transferControlToOffscreen() } catch (e) {}
try { o2.getContext("webgl", { }) } catch (e) {}
</script>
</html>

View File

@ -51,3 +51,4 @@ load 1349067.html
pref(gfx.offscreencanvas.enabled,true) load 1348976-1.html
load 1357092.html
load 1441613.html
pref(gfx.offscreencanvas.enabled,true) load 1443671.html