I have found a bug in IE9 but googling for it hasn\'t helped finding any solution yet.
The following works fine in FF 3 + 4, Chrome, Opera and even IE8, but not in I
This might have something to do with the difference between the parsed DOM trees from IE8 to IE9.
Internet Explorer 8:
- Text - Lorem ipsum dolar
Internet Explorer 9:
- Text - Empty Text Node
- Text - Empty Text Node
- Text - Lorem ipsum dolar
- Text - Empty Text Node
- Text - Empty Text Node
Bonus Reading
- Interoperable HTML Parsing in IE9