Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas

This commit is contained in:
Henri Sivonen
2009-06-29 00:44:22 +02:00
parent 498ab4420a
commit 2f19c38b3b
123 changed files with 55066 additions and 250 deletions

View File

@@ -1,11 +0,0 @@
<html>
<body>
<s>
<form>a</form>
<iframe></iframe>
<script src=a></script>
<form></form>
<table>
<optgroup>
</body>
</html>

View File

@@ -1,14 +0,0 @@
<html>
<body>
<s>
<form>a</form>
<iframe></iframe>
</s>
<form></form>
<form>
<select>
<optgroup></optgroup>
</select>
</form>
</body>
</html>

View File

@@ -1,4 +0,0 @@
<table>
<th>head</th>
<optgroup></optgroup>
</table>

View File

@@ -1,8 +0,0 @@
<form>
<select>
<optgroup></optgroup>
</select>
</form>
<table>
<th>head</th>
</table>

View File

@@ -1,16 +0,0 @@
<html>
<head>
<link rel="stylesheet" type="text/css"
href="bug448564_forms.css">
</link>
</head>
<body>
<form>
<table>
<optgroup></optgroup>
</table>
<input type="button" value="button"></input>
</form>
<b>asdf</b>
</body>
</html>

View File

@@ -1,17 +0,0 @@
<html>
<head>
<link rel="stylesheet" type="text/css"
href="bug448564_forms.css">
</link>
</head>
<body>
<form>
<select>
<optgroup></optgroup>
</select>
<table></table>
<input type="button" value="button"></input>
</form>
<b>asdf</b>
</body>
</html>

View File

@@ -1,10 +1,4 @@
== bug448564-1_malformed.html bug448564-1_well-formed.html
== bug448564-1_malformed.html bug448564-1_ideal.html
== bug448564-2_malformed.html bug448564-2_well-formed.html
== bug448564-3_malformed.html bug448564-3_well-formed.html
== bug448564-4a.html bug448564-4b.html
== bug448564-5_malformed.html bug448564-5_well-formed.html