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.
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.