Adding testcases to parser regression test suite
This commit is contained in:
harishd%netscape.com 2002-12-03 22:52:02 +00:00
Родитель 6f9d106c0c
Коммит 71f3292d48
6 изменённых файлов: 68 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,8 @@
<html><body>
<table>
<p><h3></h3></p>
<p><h3>Please Enter your Homesite Login, E-mail and Password to delete</h3></p>
<form method="POST">
<input type=submit>
</form>
</table>
</body></html>

Просмотреть файл

@ -0,0 +1,12 @@
<html>
<body>
<table border="1" width="100px">
<tr>
<p><caption>caption
<td>
cell
</td>
</tr>
</table>
</body>
</html>

Просмотреть файл

@ -0,0 +1,20 @@
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Developer Studio">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Document Title</TITLE>
</HEAD>
<script>
var value = "should ";
</script>
<!-- Insert HTML here -->
<iframe>
<script language="javascript"> value += "not ";</script>
</iframe>
<script>
value += "see this content";
document.write(value);
</script>
</HTML>

Просмотреть файл

@ -1,7 +1,8 @@
<html><body>
<table>
<p><h3></h3></p>
<p><h3>Please Enter your Homesite Login, E-mail and Password to delete</h3></p>
<form method="POST">
<input type=submit>
</form>
</table>
</body></html>

Просмотреть файл

@ -0,0 +1,12 @@
<html>
<body>
<table border="1" width="100px">
<tr>
<p><caption>caption
<td>
cell
</td>
</tr>
</table>
</body>
</html>

Просмотреть файл

@ -0,0 +1,20 @@
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Developer Studio">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Document Title</TITLE>
</HEAD>
<script>
var value = "should ";
</script>
<!-- Insert HTML here -->
<iframe>
<script language="javascript"> value += "not ";</script>
</iframe>
<script>
value += "see this content";
document.write(value);
</script>
</HTML>