Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / layout / style / crashtests / 1594949.html
blobdf332a05f07c22e0d179ff3b8afa091b5ca3161b
1 <script>
2 window.onload = () => {
3 a.style.setProperty("scale", "3")
4 a.clientTop
5 a.style.setProperty("offset", "path('M1 6')0deg")
7 b.style.setProperty("offset", "path('M100 6')0deg")
9 </script>
10 <svg>
11 <text id="a"></text>
12 <foreignObject id="b"></foreignObject>
13 </svg>