Sign in
webkit
/
WebKit
/
5969b6f1f74632b1546edb27bd956b187c2c3d52
/
.
/
LayoutTests
/
fast
/
dom
/
HTMLTemplateElement
/
innerHTML-expected.txt
blob: 5f9727087a3e67123012f86be7e4bec82325866d [
file
] [
log
] [
blame
]
The test asserts that template contents are serialized with innerHTML and its children are ignored.
<div>Contents 1
<template>Contents 2</template>
</div>