mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1443671 - Add crashtest r=nical
This commit is contained in:
parent
4c164bb0ae
commit
04da311500
8
dom/canvas/crashtests/1443671.html
Normal file
8
dom/canvas/crashtests/1443671.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user