repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
dom
/
HTMLTemplateElement
/
innerHTML-expected.txt
blob
5f9727087a3e67123012f86be7e4bec82325866d
1
The test asserts that template contents are serialized with innerHTML and its children are ignored.
2
3
<div>Contents 1
4
<template>Contents 2</template>
5
</div>