summaryrefslogtreecommitdiffstats
path: root/layout/painting/crashtests/1514544-1.html
blob: 8e9efdc3c479f12344794c495ed4aee258711106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html class="reftest-wait">
<script>
setTimeout(function() {
  a.appendChild(b);
  document.documentElement.className = "";
}, 100)
</script>
<style>
:root { opacity: 0 }
</style>
A
<textarea id="a" hidden=""></textarea>
<object id="b" >
A
</html>