summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/1488219.html
blob: d10d3ef0144b3351558ac8fe392de16482baeff9 (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
<!DOCTYPE HTML>
<html class="reftest-wait">
<script>
function doTest(){
  document.getElementById('c').appendChild(document.getElementById('b').cloneNode(true));
  window.frames[0].document.body.appendChild(document.getElementById('a'));
  document.documentElement.removeAttribute('class');
}
document.addEventListener("MozReftestInvalidate", doTest);
</script>

<iframe hidden></iframe>
<style>
:last-of-type {
  column-count:71;
  float:left;
}
</style>
<bdo id='a'>A</bdo>
<address>
<blockquote>
</address>
<footer id='b'>
</footer>
<input id='c' type='time'>
</html>