summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/list-item-counter-crash.html
blob: fc8a38c628026dc190d81e27150d8ebabb130ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html class="reftest-wait">
<link rel="help" href="http://crbug.com/1487174">
<style>
* { counter-increment: c; }
</style>
<script>
  function error_fn() {
    test.style.setProperty("text-orientation", "upright");
    document.documentElement.classList.remove("reftest-wait");
  }
</script>
<li id="test"></li>
<image onerror="error_fn()" srcset="error" ></image>
</html>