summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1594949.html
blob: df332a05f07c22e0d179ff3b8afa091b5ca3161b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<script>
window.onload = () => {
  a.style.setProperty("scale", "3")
  a.clientTop
  a.style.setProperty("offset", "path('M1 6')0deg")

  b.style.setProperty("offset", "path('M100 6')0deg")
}
</script>
<svg>
  <text id="a"></text>
  <foreignObject id="b"></foreignObject>
</svg>