summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/crashtests/operator-and-first-letter.html
blob: a4d56de72ffaf872860379735b86d09278a0ffc7 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<style>
  p::first-letter { --panel-arrowcontent-color:-moz-FieldText; }
</style>
<p>
  <math display="block">
    <mo>&#x222B;</mo>
  </math>
</p>