I'm developing a Cocoa/Obj-C application that involves a WebView (from the WebKit framework). I've noticed that this WebView presents a slightly scaled-down version of the rendered webpage. An example screenshot:
In a browser (Safari or Firefox):

In my WebView:

These happen to be local HTML/CSS files generated by the program, but if you tell the WebView to load http://www.google.com, it'll do the same thing. Both images and text seem slightly smaller. As you see, in this example, the 1px horizontal rule just disappears.
It's very important that this WebView presents an accurate picture of what the page will look like in a browser, so I would like to resolve this issue. I've looked at the WebView documentation and at all of the options in Interface Builder, but no luck.
