chromium/third_party/blink/web_tests/fast/dom/HTMLTemplateElement/innerHTML-expected.txt

The test asserts that template contents are serialized with innerHTML and its children are ignored.

<div>Contents 1
<template>Contents 2</template>
</div>