mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add crashtests
This commit is contained in:
parent
10c363c287
commit
1ec364a8a5
4
gfx/thebes/crashtests/420945-1.html
Normal file
4
gfx/thebes/crashtests/420945-1.html
Normal file
@ -0,0 +1,4 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body dir="rtl"><div>‌
</div></body>
|
||||
</html>
|
4
gfx/thebes/crashtests/420962-1.html
Normal file
4
gfx/thebes/crashtests/420962-1.html
Normal file
@ -0,0 +1,4 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body><div>́
</div></body>
|
||||
</html>
|
14
gfx/thebes/crashtests/421393-1.html
Normal file
14
gfx/thebes/crashtests/421393-1.html
Normal file
@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.body.appendChild(document.createTextNode("\uCEDD\u5C76\u000D\uCA34"));
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();"><span>‮ּ</span></body>
|
||||
</html>
|
4
gfx/thebes/crashtests/421813-1.html
Normal file
4
gfx/thebes/crashtests/421813-1.html
Normal file
@ -0,0 +1,4 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body onload="document.body.appendChild(document.createTextNode('y'));">x
‍‭<span>ك</span></body>
|
||||
</html>
|
@ -28,4 +28,7 @@ load 407842.html
|
||||
load 410728-1.xml
|
||||
load 416637-1.html
|
||||
load 419095-1.html
|
||||
|
||||
load 420945-1.html
|
||||
load 420962-1.html
|
||||
load 421393-1.html
|
||||
load 421813-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user