- From: <bugzilla@jessica.w3.org>
- Date: Wed, 07 Sep 2011 17:12:11 +0000
- To: public-webapps@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14061 Summary: Make sure gentest.html works in the face of browser serialization bugs Product: WebAppsWG Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: HTML Editing APIs AssignedTo: ayg@aryeh.name ReportedBy: ayg@aryeh.name QAContact: sideshowbarker+html-editing-api@gmail.com CC: mike@w3.org, public-webapps@w3.org Currently conformancetest/gentest.html will not add certain expected results to the output, because browser serialization bugs interfere. For instance, both Gecko and WebKit incorrectly serialize a DOM where the first text node child of a <pre> begins with a newline. They need to add an extra newline but don't, so when they serialize and unserialize the newline gets stripped and the DOM is different. The test generator then rejects the test because it generates an unserializable DOM. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Wednesday, 7 September 2011 17:12:14 UTC