summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/chrome-bug-1299142-crash.html
blob: 8a4b7553a28350d269b9f00b91f8e9dd53b267b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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=1299142">
<style>
  #id160::first-letter{
    color:blue;
  }
</style>
<div style="columns:10;">
  <div style="display:flex;"></div>
  <div style="display:grid;"></div>
  <div style="display:table;"></div>
  <math id="id160" style="display:list-item;">
    <form>
      f
    </form>
  </math>
</div>
<script>
  document.execCommand("SelectAll");
</script>