IE8 RC1 Bug Test - Mispositioned borders and outlines on elements when parent element has a negative text-indent

The example below demonstrates IE8 RC1s inability to correctly position borders and outlines on elements whose parent has a negative text-indent and then 'pushed back' by using a padding-left of the same value.

Testing different states

I have attempted to display the different properties that are affected by this bug

Normal state
A border-bottom with value border-bottom : 1px solid #B3B3B3 and no text-decoration
:hover state
A border-bottom color change to #90F
:active state
An outline with value 5px solid black and background:#999

In conclusion, the border and outline properties are affected by this bug; neither background values (as demonstrated on the :active state) nor text-decoration values are affected.

Test Case