summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1539017.html
blob: 2ab3017acce3f9cd3abd1b86cb67c0d37b4ea35b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<style>
* {
  column-width: 0em;
  filter: drop-shadow(1px 0px 0px blue);
}
</style>
<script>
function go() {
  a.style.cssFloat = "right"
  document.bgColor = "-"
}
</script>
<body onload=go()>
<ol id="a">
<li>