summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1343552-2.html
blob: f4e548e58ea1673800b25d394937a2db8ba11ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<style>
.class1 { float: left; white-space: pre-line; }
.class2 { border-bottom-style: solid; font-face: Arial; font-size: 7ex; }
</style>
<script>
function go() {
  progress.remove();
  menu.style.setProperty("flex-direction", "column");
  setTimeout(callback,0);
}
function callback() {
  menu.style.setProperty("flex-direction", "row-reverse");
  option.scrollBy();
}
</script>
<body onload=go()>
<del class="class1">
<span class="class2">
<menu id="menu">
<menuitem>
</menuitem></menu>
<menuitem id="menuitem">
<progress id="progress">
</progress>aaaaaaaaaaaaaaaaaa
                                                                                                                                                  

</menuitem></span></del>
<ol dir="rtl"></ol>
<canvas id="canvas">
<option id="option">
</option></canvas>