Side navigation
Ticket #4774: test-4774.html
File test-4774.html, 0.5 KB (added by dmethvin, December 29, 2009 07:32PM UTC)
Repro for #4774 on FF 3.5.
<html>
<head>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js'></script>
<script type='text/javascript'>
$(function(){
/*
* To see the warning message in Firefox/Firebug console:
* "Unknown pseudo-class or pseudo-element 'selected'."
* 1) Enable "Show CSS Errors" in the console window.
* 2) Load this page.
*
* The warning seems to be generated in the try/catch around querySelectorAll in Sizzle.
*/
$("option:selected");
});
</script>
</head>
<body>
</body>
</html>
Download in other formats:
Original Format
File test-4774.html, 0.5 KB (added by dmethvin, December 29, 2009 07:32PM UTC)
Repro for #4774 on FF 3.5.
<html>
<head>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js'></script>
<script type='text/javascript'>
$(function(){
/*
* To see the warning message in Firefox/Firebug console:
* "Unknown pseudo-class or pseudo-element 'selected'."
* 1) Enable "Show CSS Errors" in the console window.
* 2) Load this page.
*
* The warning seems to be generated in the try/catch around querySelectorAll in Sizzle.
*/
$("option:selected");
});
</script>
</head>
<body>
</body>
</html>