This corresponds to the changes made in r67233 and r67356.
Rubber-stamped by Anders Carlsson.
* platform/win/html5lib/runner-expected.txt:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67708
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-09-17 Adam Roben <aroben@apple.com>
+
+ Land new Windows results for html5lib/runner.html
+
+ This corresponds to the changes made in r67233 and r67356.
+
+ Rubber-stamped by Anders Carlsson.
+
+ * platform/win/html5lib/runner-expected.txt:
+
2010-09-17 Adam Roben <aroben@apple.com>
Add some tests failing due to unimplemented DRT APIs to the Windows
| <math math>
| <math mi>
| <svg svg>
-| <math mo>
-| <span>
-| <path>
-| <mi>
+| <math mo>
+| <span>
+| <path>
+| <math mi>
Expected:
| <html>
| <head>
resources/entities02.dat: PASS
-resources/comments01.dat: PASS
+resources/comments01.dat:
+3
+6
+Test 3 of 13 in resources/comments01.dat failed. Input:
+FOO<!-- BAR -- >BAZ
+Got:
+| <html>
+| <head>
+| <body>
+| "FOO"
+| <!-- BAR -- >BAZ -->
+Expected:
+| <html>
+| <head>
+| <body>
+| "FOO"
+| <!-- BAR -- -->
+| "BAZ"
+
+Test 6 of 13 in resources/comments01.dat failed. Input:
+FOO<!-- BAR -- <QUX> -- MUX -- >BAZ
+Got:
+| <html>
+| <head>
+| <body>
+| "FOO"
+| <!-- BAR -- <QUX> -- MUX -- >BAZ -->
+Expected:
+| <html>
+| <head>
+| <body>
+| "FOO"
+| <!-- BAR -- <QUX> -- MUX -- -->
+| "BAZ"
resources/adoption01.dat: PASS
resources/adoption02.dat: