no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / gfx / tests / crashtests / 1325159-1.html
blob40ca13fab1eae1c7c50b84bc2f47cf4e1e98b084
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <style>
6 #o_1 {
7 position: absolute;
8 top: 0px;
9 width: 100px;
10 height: 100px;
11 background: red;
13 #o_2 {
14 height: 10000px;
16 </style>
17 <script>
18 function boom(){
19 let doc = document.documentElement;
20 o_2.style.MozBorderEndStyle = "dotted";
21 doc.style.perspective = "24.5pt";
22 o_0.style.transformStyle = "preserve-3d";
23 doc.style.overflow = "scroll hidden";
24 doc.style.textOverflow = "''";
25 o_0.style.offsetInlineStart = "calc(3*25px)";
26 doc.style.paddingTop = "calc(67108864%)";
27 doc.style.width = "3e-0%";
28 o_0.style.position = "relative";
30 addEventListener("DOMContentLoaded", boom);
31 </script>
32 </head>
33 <body id=o_0><div id=o_1></div><div id=o_2></div></body>
34 </html>