mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
** NOT PART OF THE BUILD **
Adding testcases to parser regression test suite
This commit is contained in:
parent
6f9d106c0c
commit
71f3292d48
@ -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>
|
||||
|
12
htmlparser/tests/html/142965_1.html
Normal file
12
htmlparser/tests/html/142965_1.html
Normal file
@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<body>
|
||||
<table border="1" width="100px">
|
||||
<tr>
|
||||
<p><caption>caption
|
||||
<td>
|
||||
cell
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
20
htmlparser/tests/html/149877.html
Normal file
20
htmlparser/tests/html/149877.html
Normal file
@ -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>
|
||||
|
12
parser/htmlparser/tests/html/142965_1.html
Normal file
12
parser/htmlparser/tests/html/142965_1.html
Normal file
@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<body>
|
||||
<table border="1" width="100px">
|
||||
<tr>
|
||||
<p><caption>caption
|
||||
<td>
|
||||
cell
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
20
parser/htmlparser/tests/html/149877.html
Normal file
20
parser/htmlparser/tests/html/149877.html
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user