aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/support/boxModelIE.html
blob: ca647a28102b95be99170de275938668635c62a3 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"  "http://www.w3.org/TR/html4/loose.dtd">
<html>
<body>
	<script src="../include_js.php"></script>
	<script>
	jQuery(function() { window.parent.supportCallback( document.compatMode, jQuery.support.boxModel ) });
	</script>
</body>
</html>