Since both Safari and Chrome use Webkit, is it superfluous to test for compatibility in both browsers if a webpage looks fine in one?
Website testing from multiple browsers can help make sure your company makes a good impression on potential customers and existing customers. Automated testing of your website can help you make sure your website always works correctly, responds quickly, and displays correctly.
Yes. All browsers act independently, allowing you to run multiple browsers at the same time. The only issue you may experience is browsers "fighting" over which should be the default.
No, it is not.
As far as I have experienced, Safari and Chrome (on OS X) seem to render fonts differently. Safari will display fonts without a specified size significantly smaller than in Chrome.
Chrome:
Safari:
You should test both browsers if your site has any significant amount of JavaScript, as there are differences. For example, the following causes a JavaScript error in Safari but not Chrome.
var x = new Date('02-22-2011');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With