[webkit-reviews] review granted: [Bug 26315] Empty element's ending tag is not shown by inspector : [Attachment 48987] [PATCH] Closing tags always rendered for XML-type documents, tests re-baselined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 07:37:17 PST 2010


Pavel Feldman <pfeldman at chromium.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 26315: Empty element's ending tag is not shown by inspector
https://bugs.webkit.org/show_bug.cgi?id=26315

Attachment 48987: [PATCH] Closing tags always rendered for XML-type documents,
tests re-baselined
https://bugs.webkit.org/attachment.cgi?id=48987&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
Can we add a test for XHTML?

> +	   this.isXMLMimeType = WebInspector.mainResource &&
WebInspector.mainResource.mimeType &&
!!WebInspector.mainResource.mimeType.match(/x(?:ht)?ml/i);

_isXMLMimeType.


More information about the webkit-reviews mailing list