slimerjs-firefox
Version:
This repo includes slimerjs as well as downloads a local copy of Firefox.
21 lines (19 loc) • 527 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>render fix</title>
<style type="text/css">
body, html { margin:0 0; padding: 0 0; border:0px none transparent}
#d1 {
height:400px;
width: 800px;
background-image:url('background_pattern.png');
background-position: top left;
}
</style>
</head>
<body>
<div id="d1"></div>
</body>
</html>