Adding tests

git-svn-id: svn://10.0.0.236/trunk@231962 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2007-08-13 16:27:50 +00:00
parent 2462d095ec
commit ac9b7e01e4
5 changed files with 78 additions and 0 deletions

View 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>

View 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>

View 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>

View 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>

View File

@ -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