Skip to content

Commit 47ce54c

Browse files
mfreed7chromium-wpt-export-bot
authored andcommitted
Fix crash for parseparts without DOMPartsAPI enabled
Fixed: 372736019 Change-Id: Ic8c36b1a5b98ebbbc4eac55db9b7105fdd03a910 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6006198 Commit-Queue: Mason Freed <[email protected]> Reviewed-by: Di Zhang <[email protected]> Commit-Queue: Di Zhang <[email protected]> Auto-Submit: Mason Freed <[email protected]> Cr-Commit-Position: refs/heads/main@{#1381378}
1 parent ad5a177 commit 47ce54c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<meta name="author" href="mailto:[email protected]">
3+
4+
<template parseparts></template>
5+
6+
<script>
7+
document.querySelector('template').innerHTML = null;
8+
</script>
9+

0 commit comments

Comments
 (0)