blob: 8bcefb6c1f157f18aa442a6634ab542a108d828e [file] [log] [blame]
<html>
<head>
<style media="print">
div { position: absolute; }
span {display: none; }
</style>
</head>
<body>
<div>
<span style="float: right;">
0
</span>
</div>
<script>
document.body.offsetWidth;
if (window.layoutTestController)
layoutTestController.setPrinting();
document.body.offsetWidth;
</script>
</body>
</html>