This is a test paragraph with some inline-elements inside. In fact there's a very long inline-element right here, and here's another one.
And here's something else followed by something different and some more, before ending here.
html body *:hover {
color: red!important;}
html body * *:hover {
color: green!important;}
html body * * *:hover {
color: blue!important;}
html body * * * *:hover {
color: yellow!important;}
html body * * * * *:hover {
color: magenta!important;}
#independent * {
position: static; border: solid 1px #58b;}
#independent .con {
display: block; background: #eee; padding: 6px;}
#independent .a1 {
width: 60%;}
#independent * {
position: static; border: solid 1px #58b;}
#independent * * {
border: solid 3px #b85;}
#independent * * * {
border: solid 3px #58b;}
#independent * * * * {
border: solid 3px #b85;}
There are definitely some differences across browser-land.