Bug 1305850 - Add crashtest. r=me

--HG--
extra : rebase_source : 79871d178c2a32b3bae8362e62100329a2c56aae
This commit is contained in:
Ryan VanderMeulen 2017-10-11 11:52:39 -04:00
Родитель 329ca88d38
Коммит cd891905a9
2 изменённых файлов: 13 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<script>
window.onload=function(){
var gl = document.createElementNS("http://www.w3.org/1999/xhtml", "canvas").getContext("webgl");
var shader = gl.createShader(gl.FRAGMENT_SHADER);
gl.shaderSource(shader, 'void main(){d[vec4[]()}');
gl.compileShader(shader);
};
</script>
</html>

Просмотреть файл

@ -38,10 +38,11 @@ load 1290628-1.html
load 1283113-1.html
load 1286458-1.html
load 1296410-1.html
load 1298576-1.html
load 1299062-1.html
load 1305085-1.html
load 1305312-1.html
load 1298576-1.html
load 1305850.html
load 1334366-1.html
load 1334647-1.html
load 1357092.html