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:
@@ -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)
|
||||
|
||||
10
mozilla/parser/htmlparser/tests/mochitest/test_bug379025.txt
Normal file
10
mozilla/parser/htmlparser/tests/mochitest/test_bug379025.txt
Normal 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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user