https://bugs.webkit.org/show_bug.cgi?id=113016
Reviewed by Eric Seidel.
Source/WebCore:
New test added to html5lib suite.
* html/parser/HTMLStackItem.h:
(WebCore::HTMLStackItem::isSpecialNode):
LayoutTests:
* html5lib/resources/template.dat:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@146904
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-03-26 Rafael Weinstein <rafaelw@chromium.org>
+
+ HTMLStackItem should include <template> as a special tag
+ https://bugs.webkit.org/show_bug.cgi?id=113016
+
+ Reviewed by Eric Seidel.
+
+ * html5lib/resources/template.dat:
+
2013-03-26 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Distinguish breakpoints and breakpoint locations in BreakpointManager API
| <div>
| <body>
| <div>
+
+#data
+<dummy><template><span></dummy>
+#errors
+#document
+| <html>
+| <head>
+| <body>
+| <dummy>
+| <template>
+| content
+| <span>
+2013-03-26 Rafael Weinstein <rafaelw@chromium.org>
+
+ HTMLStackItem should include <template> as a special tag
+ https://bugs.webkit.org/show_bug.cgi?id=113016
+
+ Reviewed by Eric Seidel.
+
+ New test added to html5lib suite.
+
+ * html/parser/HTMLStackItem.h:
+ (WebCore::HTMLStackItem::isSpecialNode):
+
2013-03-26 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Distinguish breakpoints and breakpoint locations in BreakpointManager API
|| tagName == HTMLNames::tableTag
|| isTableBodyContextElement()
|| tagName == HTMLNames::tdTag
+#if ENABLE(TEMPLATE_ELEMENT)
+ || tagName == HTMLNames::templateTag
+#endif
|| tagName == HTMLNames::textareaTag
|| tagName == HTMLNames::thTag
|| tagName == HTMLNames::titleTag