Bug 1402124 - Add crashtest. r=me

This commit is contained in:
Tyson Smith 2017-10-12 22:41:14 -04:00
parent 67abfb985c
commit 7a901b437d
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<script>
function jsfuzzer() {
try { a.getExtentOfChar(0); } catch(e) { }
}
</script>
<body onload=jsfuzzer()>
<svg>
<switch>
<path/>
<text id="a">

View file

@ -203,5 +203,6 @@ load 1322537-2.html
load 1322852.html
load 1348564.svg
load 1402109.html
load 1402124.html
load conditional-outer-svg-nondirty-reflow-assert.xhtml
load extref-test-1.xhtml