Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/crashtests/chrome-bug-485819134.html - WPT Dashboard Interop Dashboard
<!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>