https://bugs.webkit.org/show_bug.cgi?id=74745
Reviewed by Eric Seidel.
Source/WebCore:
We were missing one place the spec tells us to set this bool.
Tests: html5lib/runner.html
* html/parser/HTMLTreeBuilder.cpp:
LayoutTests:
Show test progression.
* html5lib/runner-expected.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@103109
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-12-16 Adam Barth <abarth@webkit.org>
+
+ <!doctype html><div><body><frameset> doesn't parse correctly
+ https://bugs.webkit.org/show_bug.cgi?id=74745
+
+ Reviewed by Eric Seidel.
+
+ Show test progression.
+
+ * html5lib/runner-expected.txt:
+
2011-12-16 Tony Chang <tony@chromium.org>
Unreviewed, updating chromium expectations.
+2011-12-16 Adam Barth <abarth@webkit.org>
+
+ <!doctype html><div><body><frameset> doesn't parse correctly
+ https://bugs.webkit.org/show_bug.cgi?id=74745
+
+ Reviewed by Eric Seidel.
+
+ We were missing one place the spec tells us to set this bool.
+
+ Tests: html5lib/runner.html
+
+ * html/parser/HTMLTreeBuilder.cpp:
+
2011-12-16 Jarred Nicholls <jarred@sencha.com>
Support HTML documents in XHR.responseXML
ASSERT(isParsingFragment());
return;
}
+ m_framesetOk = false;
m_tree.insertHTMLBodyStartTagInBody(token);
return;
}