<html>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</head>
<body>
<img src="test.jpg">
<img style="display: none" src="test.jpg">
<script type="text/javascript">
console.log($('img:visible'));
</script>
</body>
</html>
Почему FireFox выводит один объект а Chrome нет?