Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / self-closing-foreign-content-expected.txt
blobe276b27a136635477a2606de42d1c94b952583cb
1 Test for https://bugs.webkit.org/show_bug.cgi?id=55955. Verify that WebKit does not ASSERT when a self-closing svg or mathml root element is followed by non-foreign HTML content. In the fragment case, this ASSERT indicated that the parser's insertion mode was incorrectly in InForeignContentMode even though the svg or mathml root element was self-closing and not placed on the open elements stack.
2 PASS