According to http://en.wikipedia.org/wiki/Transport_Layer_Security#Web_browsers most browsers support SSL 3.0. And with my understanding (please correct me if I am wrong), when a browser just establishes a connection with a HTTPS server, the browser sends a list of ciphers to the server in a preferred order, servers returns the list which it supports.
I used the tool https://www.ssllabs.com/ssltest/viewMyClient.html to check different browsers, in cipher suites section I can see the list. I checked IE11, newest Chrome, newest Firefox but I don't see any ciphers begin with "SSL_" (I referenced to https://www.openssl.org/docs/apps/ciphers.html to get the TLS/SSL supported ciphers). So how can I tell that the browser supports SSL 3.0?