wpt / svg / crashtests / chrome-bug-485819134.html

Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/svg/crashtests/chrome-bug-485819134.html

<!DOCTYPE html>
<link rel="help" href="http://crbug.com/485819134">
<style>
.target {
  float: left;
  transform: translateY(1px);
}
</style>
<body class="target">
  <table>
    <caption><svg><text></text></svg></caption>
  </table>
</body>
<script>
document.body.offsetTop;
document.body.className = '';
</script>