summaryrefslogtreecommitdiffstats
path: root/layout/painting/crashtests/1468124-1.html
blob: 9acf1427dba2b27751054019e08e1a7362707b09 (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
<html class="reftest-wait">
<style>
:not(feFuncB) {
  position: fixed;
}
a:last-child {
  -webkit-transform-style: preserve-3d;
}
* {
  -webkit-backface-visibility: hidden;
</style>
<script>
window.requestIdleCallback(function() {
  document.documentElement.getBoundingClientRect();
});
function go() {
  var c = document.createElement("a")
  c.text = "-";
  try { c.replaceChild(b, c.childNodes[0]); } catch(e) { }
  try { document.body.appendChild(c); } catch(e) { }
  document.documentElement.className = "";
}
</script>
<body onload=go()>
<d id="b">|
<audio controls="">
</html>