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
227e680d84
commit
e06fb83304
13
layout/generic/crashtests/402380-1.html
Normal file
13
layout/generic/crashtests/402380-1.html
Normal file
@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
|
||||
div::first-letter { color: magenta; }
|
||||
span:before { content: "\"" "This "; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body style="width: 1em;" onload="document.getElementById('div').style.direction = 'rtl';">
|
||||
<div id="div"><span>is text</span></div>
|
||||
</body>
|
||||
</html>
|
18
layout/generic/crashtests/402380-2.html
Normal file
18
layout/generic/crashtests/402380-2.html
Normal file
@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
|
||||
div::first-letter { color: green; }
|
||||
span:before { content: open-quote "This "; }
|
||||
span:after { content: close-quote; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="font-family: monospace; width: 7ch; border: 1px solid orange;"
|
||||
onload="document.getElementById('div').style.direction = 'rtl';">
|
||||
|
||||
<div id="div"><span>is text</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -99,6 +99,8 @@ load 399843-1.html
|
||||
load 400223-1.html
|
||||
load 400232-1.html
|
||||
load 400244-1.html
|
||||
load 402380-1.html
|
||||
load 402380-2.html
|
||||
load 403576-1.html
|
||||
load 404140-1.html
|
||||
load 404146-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user