[webkit-reviews] review granted: [Bug 109090] [HTMLTemplateElement] Non </template> end tags should be ignored in "template contents" insertion mode. : [Attachment 186913] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 13:53:36 PST 2013


Adam Barth <abarth at webkit.org> has granted Rafael Weinstein
<rafaelw at chromium.org>'s request for review:
Bug 109090: [HTMLTemplateElement] Non </template> end tags should be ignored in
"template contents" insertion mode.
https://bugs.webkit.org/show_bug.cgi?id=109090

Attachment 186913: Patch
https://bugs.webkit.org/attachment.cgi?id=186913&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=186913&action=review


> LayoutTests/html5lib/resources/template.dat:960
> +<body><template></div><div>Foo</div><template></template><tr></tr>

Should we add a test for

<body><div><template></div><tr><td>Foo</td></tr></template>

as well?


More information about the webkit-reviews mailing list