mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add bug 302260's testcase as a crashtest.
This commit is contained in:
parent
a27193e058
commit
a21695d93c
21
layout/generic/crashtests/302260-1.html
Normal file
21
layout/generic/crashtests/302260-1.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
body {
|
||||
text-indent:20px;
|
||||
}
|
||||
|
||||
span {
|
||||
float:right;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body><span>What's Clicking Now</span>
|
||||
</body>
|
||||
</html>
|
@ -1,3 +1,4 @@
|
||||
load 302260-1.html
|
||||
load 307979-1.html
|
||||
load 310556-1.xhtml
|
||||
load 322780-1.xul
|
||||
|
Loading…
Reference in New Issue
Block a user