tenfourfox/layout/reftests/table-anonymous-boxes/121142-2.html

11 lines
193 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<body>
<span style="display:table">
Cell 1
<script type="text/javascript">document.body.offsetWidth</script>
Cell 2
</span>
</body>
</html>