forked from mirrors/gecko-dev
Bug 1402124 - Add crashtest. r=me
This commit is contained in:
parent
67abfb985c
commit
7a901b437d
2 changed files with 11 additions and 0 deletions
10
layout/svg/crashtests/1402124.html
Normal file
10
layout/svg/crashtests/1402124.html
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<script>
|
||||||
|
function jsfuzzer() {
|
||||||
|
try { a.getExtentOfChar(0); } catch(e) { }
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<body onload=jsfuzzer()>
|
||||||
|
<svg>
|
||||||
|
<switch>
|
||||||
|
<path/>
|
||||||
|
<text id="a">
|
||||||
|
|
@ -203,5 +203,6 @@ load 1322537-2.html
|
||||||
load 1322852.html
|
load 1322852.html
|
||||||
load 1348564.svg
|
load 1348564.svg
|
||||||
load 1402109.html
|
load 1402109.html
|
||||||
|
load 1402124.html
|
||||||
load conditional-outer-svg-nondirty-reflow-assert.xhtml
|
load conditional-outer-svg-nondirty-reflow-assert.xhtml
|
||||||
load extref-test-1.xhtml
|
load extref-test-1.xhtml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue