Skip to content

Commit

Permalink
Fix crash for parseparts without DOMPartsAPI enabled
Browse files Browse the repository at this point in the history
Fixed: 372736019
Change-Id: Ic8c36b1a5b98ebbbc4eac55db9b7105fdd03a910
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6006198
Commit-Queue: Mason Freed <masonf@chromium.org>
Reviewed-by: Di Zhang <dizhangg@chromium.org>
Commit-Queue: Di Zhang <dizhangg@chromium.org>
Auto-Submit: Mason Freed <masonf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1381378}
  • Loading branch information
mfreed7 authored and chromium-wpt-export-bot committed Nov 11, 2024
1 parent ad5a177 commit 47ce54c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dom/parts/dom-parts-parseparts-crash.tentative.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<meta name="author" href="mailto:masonf@chromium.org">

<template parseparts></template>

<script>
document.querySelector('template').innerHTML = null;
</script>

0 comments on commit 47ce54c

Please sign in to comment.