summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/1402013.html
blob: 294f09780f63f775e67b0632c5aeede58994b5c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<style>
*:read-only {
  left: 35px;
  border: 1px inset;
}
.a {
  animation: kf 150ms 0.76 alternate, normal finished;
  position: relative;
}
@keyframes kf {
  100% {
    border-left-width: thick
  }
  60% {
    inset-inline-start: 72%
  }
}
</style>
<svg>
<a class="a">