+2010-07-05 Adam Barth <abarth@webkit.org>
+
+ Unreviewed.
+
+ We were discussing this test case, so I figured I might as well add it
+ to the suite.
+
+ * html5lib/resources/webkit01.dat:
+ * html5lib/runner-expected-html5.txt:
+ * html5lib/runner-expected.txt:
+ * html5lib/webkit-resumer-expected.txt:
+
2010-07-05 Fady Samuel <fsamuel@chromium.org>
Reviewed by Darin Adler.
| <form>
resources/webkit01.dat:
17
+31
-Test 17 of 30 in resources/webkit01.dat failed. Input:
+Test 17 of 31 in resources/webkit01.dat failed. Input:
<A>test< /A>
Got:
| <html>
| <body>
| <a>
| "test< /A>"
+
+Test 31 of 31 in resources/webkit01.dat failed. Input:
+<select><option>A<select><option>B<select><option>C<select><option>D<select><option>E<select><option>F<select><option>G<select>
+Got:
+| <html>
+| <head>
+| <body>
+| <select>
+Expected:
+| <html>
+| <head>
+| <body>
+| <select>
+| <option>
+| "A"
+| <option>
+| "B"
+| <select>
+| <option>
+| "C"
+| <option>
+| "D"
+| <select>
+| <option>
+| "E"
+| <option>
+| "F"
+| <select>
+| <option>
+| "G"
resources/doctype01.dat: PASS
resources/scriptdata01.dat: PASS
28
29
30
+31
-Test 17 of 30 in resources/webkit01.dat failed. Input:
+Test 17 of 31 in resources/webkit01.dat failed. Input:
<A>test< /A>
Got:
| <html>
| <a>
| "test< /A>"
-Test 20 of 30 in resources/webkit01.dat failed. Input:
+Test 20 of 31 in resources/webkit01.dat failed. Input:
<body></br foo="bar"></body>
Got:
| <html>
| <body>
| <br>
-Test 22 of 30 in resources/webkit01.dat failed. Input:
+Test 22 of 31 in resources/webkit01.dat failed. Input:
<body></body></br foo="bar">
Got:
| <html>
| <body>
| <br>
-Test 24 of 30 in resources/webkit01.dat failed. Input:
+Test 24 of 31 in resources/webkit01.dat failed. Input:
<html><body></body></html><!-- Hi there -->
Got:
| <html>
| <body>
| <!-- Hi there -->
-Test 26 of 30 in resources/webkit01.dat failed. Input:
+Test 26 of 31 in resources/webkit01.dat failed. Input:
<html><body></body></html>x<!-- Hi there --></html><!-- Again -->
Got:
| <html>
| <!-- Hi there -->
| <!-- Again -->
-Test 27 of 30 in resources/webkit01.dat failed. Input:
+Test 27 of 31 in resources/webkit01.dat failed. Input:
<html><body></body></html>x<!-- Hi there --></body></html><!-- Again -->
Got:
| <html>
| <!-- Hi there -->
| <!-- Again -->
-Test 28 of 30 in resources/webkit01.dat failed. Input:
+Test 28 of 31 in resources/webkit01.dat failed. Input:
<html><body><ruby><div><rp>xx</rp></div></ruby></body></html>
Got:
| <html>
| <rp>
| "xx"
-Test 29 of 30 in resources/webkit01.dat failed. Input:
+Test 29 of 31 in resources/webkit01.dat failed. Input:
<html><body><ruby><div><rt>xx</rt></div></ruby></body></html>
Got:
| <html>
| <rt>
| "xx"
-Test 30 of 30 in resources/webkit01.dat failed. Input:
+Test 30 of 31 in resources/webkit01.dat failed. Input:
<html><frameset><!--1--><noframes>A</noframes><!--2--></frameset><!--3--><noframes>B</noframes><!--4--></html><!--5--><noframes>C</noframes><!--6-->
Got:
| <html>
| "C"
| <!-- 5 -->
| <!-- 6 -->
+
+Test 31 of 31 in resources/webkit01.dat failed. Input:
+<select><option>A<select><option>B<select><option>C<select><option>D<select><option>E<select><option>F<select><option>G<select>
+Got:
+| <html>
+| <head>
+| <body>
+| <select>
+| <option>
+| "A"
+| "B"
+| <select>
+| <option>
+| "C"
+| "D"
+| <select>
+| <option>
+| "E"
+| "F"
+| <select>
+| <option>
+| "G"
+Expected:
+| <html>
+| <head>
+| <body>
+| <select>
+| <option>
+| "A"
+| <option>
+| "B"
+| <select>
+| <option>
+| "C"
+| <option>
+| "D"
+| <select>
+| <option>
+| "E"
+| <option>
+| "F"
+| <select>
+| <option>
+| "G"
resources/doctype01.dat: PASS
resources/scriptdata01.dat: PASS