[webkit-reviews] review denied: [Bug 40311] video-timeupdate-duringplayback.html missing closing angle : [Attachment 58173] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 9 10:31:56 PDT 2010
Adam Barth <abarth at webkit.org> has denied review:
Bug 40311: video-timeupdate-duringplayback.html missing closing angle
https://bugs.webkit.org/show_bug.cgi?id=40311
Attachment 58173: Patch
https://bugs.webkit.org/attachment.cgi?id=58173&action=review
------- Additional Comments from Adam Barth <abarth at webkit.org>
The new tests fails in the HTML5 parser. Interestingly, the test passes in
Minefield. That means one of us is not following the spec. :)
Test 15 of 15 in resources/webkit01.dat failed. Input:
<p>Test</p<p>Test2</p>
Got:
| <html>
| <head>
| <body>
| <p>
| "Test"
| "Test2"
Expected:
| <html>
| <head>
| <body>
| <p>
| "Test"
| <p>
| "Test2"
More information about the webkit-reviews
mailing list