Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / basic / text-indent-rtl.html
blobcd1b70e568032edf5964231c7541438bde678ff8
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><HTML><HEAD><TITLE>RTL text-indent</TITLE></HEAD><BODY>
2 <P>
3 This test checks for a regression against <I><A href="https://bugs.webkit.org/show_bug.cgi?id=6214">http://bugzilla.opendarwin.org/show_bug.cgi?id=6214</A> text-indent in RTL block does the opposite</I>.
4 </P>
5 <HR>
6 <P style="direction: rtl; background: aqua; text-indent: 50px;">
7 The first line of this sententce should be indented 50 pixels to the left, but the rest of it should be
8 flush with the normal right margin of the page.
9 </P>
10 </BODY></HTML>