Bug 822776 - Update "after after frameset" insertion mode. r=hsivonen

This commit is contained in:
William Chen
2013-11-13 14:57:07 -08:00
parent 29458761c2
commit 3d9072c78d
3 changed files with 14 additions and 6 deletions

View File

@@ -3009,7 +3009,7 @@ public abstract class TreeBuilder<T> implements TokenHandler,
}
break starttagloop;
case NOFRAMES:
startTagScriptInHead(elementName, attributes);
startTagGenericRawText(elementName, attributes);
attributes = null; // CPP
break starttagloop;
default:
@@ -4017,8 +4017,7 @@ public abstract class TreeBuilder<T> implements TokenHandler,
continue;
case AFTER_AFTER_FRAMESET:
errStrayEndTag(name);
mode = IN_FRAMESET;
continue;
break endtagloop;
case TEXT:
// XXX need to manage insertion point here
pop();