summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/interactive-elements/the-details-element/display-table-with-rt-crash.html
blob: 80812cccb548ef5bec9aa4c9d240faaab8de7747 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=969619">
<details open="open" style="display:table;"><rt></rt></details>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
  test(()=> { }, "No crash");
</script>