Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLTemplateElement / innerHTML-expected.txt
blob5f9727087a3e67123012f86be7e4bec82325866d
1 The test asserts that template contents are serialized with innerHTML and its children are ignored.
3 <div>Contents 1
4 <template>Contents 2</template>
5 </div>