mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 616027 - Add crashtest.
This commit is contained in:
parent
4131fbba60
commit
9098c723e2
15
parser/htmlparser/tests/crashtests/616027-1.html
Normal file
15
parser/htmlparser/tests/crashtests/616027-1.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
|
||||
|
||||
for (var fuzzRepeat = 0; fuzzRepeat < 500; ++fuzzRepeat) {
|
||||
document.write("<span>");
|
||||
}
|
||||
document.write("<isindex>");
|
||||
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -48,6 +48,7 @@ load 563514-1.html
|
||||
load 574884-1.html
|
||||
load 574884-2.html
|
||||
load 591330-1.html
|
||||
load 616027-1.html
|
||||
load 650501-1.xhtml
|
||||
load 696651-1.html
|
||||
load view-source:699347-1.xml
|
||||
|
Loading…
Reference in New Issue
Block a user