summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/accessibility/crashtests/object-with-unrendered-text-fallback.html
blob: 0128213bfc66aaddb473b8692d622613e6a253b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style>
caption:first-letter { color: red; }
</style>

<object>
  <table>
    <caption dir="rtl">)))XX?</caption>
  </table>
</object>