1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/tests/bug687297_a.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 1.5 +<html> 1.6 +<head> 1.7 + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 1.8 + <title>Test companion for Bug 687297</title> 1.9 + <style type="text/css"> * { font-size:9px; } </style> 1.10 +</head> 1.11 +<body> 1.12 + <div id="test_content">ABCDEFG 0123456</div> 1.13 +</body> 1.14 +<script type="application/javascript"> 1.15 + window.onload = function() { 1.16 + opener.report_size_a(document.getElementById("test_content").clientHeight); 1.17 + window.location.href = "bug687297_b.html"; 1.18 + }; 1.19 +</script> 1.20 +</html>