Bug 1839526 [wpt PR 40658] - Update wpt metadata, a=testonly
[gecko.git] / layout / style / crashtests / 729126-2.html
blob63533ee30256f980804b3762d0b7a1032c56f9b1
1 <!DOCTYPE html>
2 <html>
3 <body style="background-size: cover; transition-duration: 1ms"></body>
4 <script>
5 var body = document.body;
6 /* flush */ getComputedStyle(body, "").backgroundSize;
7 body.style.backgroundSize = 'contain';
8 /* flush */ getComputedStyle(body, "").backgroundSize;
9 </script>
10 </html>