mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Add a crashtest
This commit is contained in:
parent
dd3c2dd396
commit
9354f3db0b
19
content/base/crashtests/377360-1.xhtml
Normal file
19
content/base/crashtests/377360-1.xhtml
Normal file
@ -0,0 +1,19 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var div = document.getElementById("div");
|
||||
div.textContent = String.fromCharCode(0xDCBF);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();">
|
||||
|
||||
<div id="div"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -19,6 +19,7 @@ load 354645-1.xul
|
||||
load 366200-1.xhtml
|
||||
load 369216-1.html
|
||||
load 371466-1.xhtml
|
||||
load 377360-1.xhtml
|
||||
load 386000-1.html
|
||||
load 386794-1.html
|
||||
load 395469-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user