mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Crash test for bug 601543. a=TEST
This commit is contained in:
parent
3ff314356f
commit
7b0439d409
4
content/xslt/crashtests/601543.html
Normal file
4
content/xslt/crashtests/601543.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<script>
|
||||
(new XSLTProcessor).setParameter('', '', [{}, null]);
|
||||
</script>
|
@ -10,3 +10,4 @@ load 528300.xml
|
||||
load 528488.xml
|
||||
load 528963.xml
|
||||
load 545927.html
|
||||
load 601543.html
|
||||
|
Loading…
Reference in New Issue
Block a user