Add HTML Parser implementation for the <template> tag

Also activate the <template> tests
This commit is contained in:
iska
2015-04-16 20:03:18 +02:00
parent 654dffcc92
commit 575dbc50d4
5 changed files with 213 additions and 50 deletions
@@ -81,11 +81,6 @@ static NSString * const TreeConstruction = @"tree-construction";
continue;
}
if ([rawTest rangeOfString:@"template"].location != NSNotFound) {
#warning Implemenet HTML Template
continue;
}
if ([rawTest rangeOfString:@"#script-off"].location != NSNotFound) {
// Ignore tests for "scripting flag disabled" case
continue;