mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Crashtests for bugs 444260, 444864 and 449111. b=444864 r=josh sr=roc
This commit is contained in:
parent
1874e128b3
commit
bbf9dcf833
3
widget/src/cocoa/crashtests/444260-1.xul
Normal file
3
widget/src/cocoa/crashtests/444260-1.xul
Normal file
@ -0,0 +1,3 @@
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<hbox><button width="7788025414616">S</button></hbox>
|
||||
</window>
|
6
widget/src/cocoa/crashtests/444864-1.html
Normal file
6
widget/src/cocoa/crashtests/444864-1.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div style="padding: 10px;"><input type="button" value="Go" style="letter-spacing: 331989pt;"></div>
|
||||
</body>
|
||||
</html>
|
4
widget/src/cocoa/crashtests/449111-1.html
Normal file
4
widget/src/cocoa/crashtests/449111-1.html
Normal file
@ -0,0 +1,4 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body><div style="display: -moz-box; word-spacing: 549755813889px;"><button>T </button></div></body>
|
||||
</html>
|
@ -1,3 +1,6 @@
|
||||
load 397209-1.html
|
||||
load 403296-1.xhtml
|
||||
load 419737-1.html
|
||||
load 444260-1.xul
|
||||
load 444864-1.html
|
||||
load 449111-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user