Bug 1881621 - Add colors/color_canvas.html tests to dom/canvas/test/reftest. r=bradwerth
[gecko.git] / layout / tables / crashtests / 1335552-1.html
blob95c59f01f967dbb7fd6bd7dd4bd87cdc41ab0445
1 <html><head>
2 <meta charset=utf-8>
3 <script>
4 window.onload = function() {
5 let t = document.createElement('tbody');
6 t.style="writing-mode:sideways-lr";
7 document.body.appendChild(t);
8 let c = document.createElement('col');
9 t.appendChild(c);
11 </script>
12 </head>
13 <body>