chromium/third_party/blink/web_tests/fast/html/crash-template-with-inert-attribute.html

<!DOCTYPE html>
<html>
<script>
if (window.testRunner)
  testRunner.dumpAsText();
</script>
Test passes if it does not crash, see https://crbug.com/736608.
<template><div inert></div></template>
</html>