Add a mochitest for bug 379025, r=sayrer

git-svn-id: svn://10.0.0.236/trunk@228728 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com
2007-06-25 22:43:37 +00:00
parent 5b86d83946
commit 0fa0057631
3 changed files with 13 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ _TEST_FILES = parser_datreader.js \
test_html5_tree_construction.html \
test_bug339350.xhtml \
test_bug358797.html \
test_bug379025.txt \
$(NULL)
libs:: $(_TEST_FILES)

View File

@@ -0,0 +1,10 @@
#data
<!DOCTYPE html><html><head><noscript></noscript><style></style></head><frameset></frameset>
#errors
#document
| <!DOCTYPE HTML>
| <html>
| <head>
| <noscript>
| <style>
| <frameset>

View File

@@ -17,7 +17,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=366936
<script class="testbody" type="application/javascript;version=1.7">
var parserDatFiles = ["html5lib_tree_dat1.txt",
"html5lib_tree_dat2.txt",
"html5lib_tree_dat3.txt"];
"html5lib_tree_dat3.txt",
"test_bug379025.txt"];
</script>
<script type="application/javascript;version=1.7"
src="parser_web_testrunner.js"></script>