Adding tests
git-svn-id: svn://10.0.0.236/trunk@231962 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2462d095ec
commit
ac9b7e01e4
19
mozilla/layout/reftests/bugs/291078-1-ref.html
Normal file
19
mozilla/layout/reftests/bugs/291078-1-ref.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<table border="1" align="center">
|
||||
<tr>
|
||||
<td class="type">
|
||||
<input name="name" value="text input text input" type="text">
|
||||
<textarea>
|
||||
1textarea textarea
|
||||
2textarea textarea
|
||||
3textarea textarea
|
||||
4textarea textarea
|
||||
5textarea textarea
|
||||
6textarea </textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
26
mozilla/layout/reftests/bugs/291078-1.html
Normal file
26
mozilla/layout/reftests/bugs/291078-1.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
.type:first-line
|
||||
{
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table border="1" align="center">
|
||||
<tr>
|
||||
<td class="type">
|
||||
<input name="name" value="text input text input" type="text">
|
||||
<textarea>
|
||||
1textarea textarea
|
||||
2textarea textarea
|
||||
3textarea textarea
|
||||
4textarea textarea
|
||||
5textarea textarea
|
||||
6textarea </textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
12
mozilla/layout/reftests/bugs/291078-2-ref.html
Normal file
12
mozilla/layout/reftests/bugs/291078-2-ref.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td class="type">
|
||||
<span style="opacity: 0.99">text text</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
19
mozilla/layout/reftests/bugs/291078-2.html
Normal file
19
mozilla/layout/reftests/bugs/291078-2.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
.type:first-line
|
||||
{
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td class="type">
|
||||
<span style="opacity: 0.99">text text</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@ -105,6 +105,8 @@ fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 28811-2a.html 28811-2-ref.html # bug 38
|
||||
== 262151-1.html 262151-1-ref.html
|
||||
== 267353-1.html 267353-1-ref.html
|
||||
== 273681-1.html 273681-1-ref.html
|
||||
== 291078-1.html 291078-1-ref.html
|
||||
== 291078-2.html 291078-2-ref.html
|
||||
== 300691-1a.html 300691-1-ref.html
|
||||
== 300691-1b.html 300691-1-ref.html
|
||||
== 300691-1c.html 300691-1-ref.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user