Right-aligned HTML lists

This is a simple test case of HTML lists in a web page that are right-aligned using CSS to see if the bullet points are positioned correctly.

Below are some HTML lists, and using the CSS property text-align, they will be aligned to the right of the page. It is expected that the bullet points that accompany each list item (<li>) will also align to the right of the page.

  1. Here is a list item!
  2. Here is another list item!
  3. Is the bullet point next to this list item?
  4. Is the bullet point on the other side of the page?

This seems to fail in Internet Explorer 8 RC 1 preview standards mode, Google Chrome and Safari.

This seems to pass in Internet Explorer 8 RC 1 preview compatibility mode, Firefox, Opera, and Nintendo Wii Channel.