[webkit-changes] cvs commit: LayoutTests/fast/block/basic text-indent-rtl-expected.checksum text-indent-rtl-expected.png text-indent-rtl-expected.txt text-indent-rtl.html

Alexey ap at opensource.apple.com
Wed Dec 28 11:02:02 PST 2005


ap          05/12/28 11:02:01

  Modified:    .        ChangeLog
  Added:       fast/block/basic text-indent-rtl-expected.checksum
                        text-indent-rtl-expected.png
                        text-indent-rtl-expected.txt text-indent-rtl.html
  Log:
          Reviewed by Eric, landed by ap.
  
          - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6214
            text-indent in RTL block does the opposite
  
          * fast/block/basic/text-indent-rtl-expected.checksum: Added.
          * fast/block/basic/text-indent-rtl-expected.png: Added.
          * fast/block/basic/text-indent-rtl-expected.txt: Added.
          * fast/block/basic/text-indent-rtl.html: Added.
  
  Revision  Changes    Path
  1.196     +12 -0     LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.195
  retrieving revision 1.196
  diff -u -r1.195 -r1.196
  --- ChangeLog	28 Dec 2005 18:48:38 -0000	1.195
  +++ ChangeLog	28 Dec 2005 19:02:00 -0000	1.196
  @@ -1,5 +1,17 @@
   2005-12-28  Mitz Pettel  <opendarwin.org at mitzpettel.com>
   
  +        Reviewed by Eric, landed by ap.
  +
  +        - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6214
  +          text-indent in RTL block does the opposite
  +
  +        * fast/block/basic/text-indent-rtl-expected.checksum: Added.
  +        * fast/block/basic/text-indent-rtl-expected.png: Added.
  +        * fast/block/basic/text-indent-rtl-expected.txt: Added.
  +        * fast/block/basic/text-indent-rtl.html: Added.
  +
  +2005-12-28  Mitz Pettel  <opendarwin.org at mitzpettel.com>
  +
           Reviewed by Darin, landed by ap.
   
           - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5812
  
  
  
  1.1                  LayoutTests/fast/block/basic/text-indent-rtl-expected.checksum
  
  Index: text-indent-rtl-expected.checksum
  ===================================================================
  3933da1509777cde0d1cd75e6785f9e3
  \ No newline at end of file
  
  
  
  1.1                  LayoutTests/fast/block/basic/text-indent-rtl-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/block/basic/text-indent-rtl-expected.txt
  
  Index: text-indent-rtl-expected.txt
  ===================================================================
  layer at (0,0) size 800x600
    RenderCanvas at (0,0) size 800x600
  layer at (0,0) size 800x600
    RenderBlock {HTML} at (0,0) size 800x600
      RenderBody {BODY} at (8,8) size 784x576
        RenderBlock {P} at (0,0) size 784x36
          RenderText {TEXT} at (0,0) size 253x18
            text run at (0,0) width 253: "This test checks for a regression against "
          RenderInline {I} at (0,0) size 757x36
            RenderInline {A} at (0,0) size 348x18 [color=#0000EE]
              RenderText {TEXT} at (253,0) size 348x18
                text run at (253,0) width 348: "http://bugzilla.opendarwin.org/show_bug.cgi?id=6214"
            RenderText {TEXT} at (601,0) size 757x36
              text run at (601,0) width 156: " text-indent in RTL block"
              text run at (0,18) width 109: "does the opposite"
          RenderText {TEXT} at (109,18) size 4x18
            text run at (109,18) width 4: "."
        RenderBlock {HR} at (0,52) size 784x2 [border: (1px inset #000000)]
        RenderBlock {P} at (0,70) size 784x36 [bgcolor=#00FFFF]
          RenderText {TEXT} at (41,0) size 743x36
            text run at (41,0) width 693: "The first line of this sententce should be indented 50 pixels to the left, but the rest of it should be flush with the"
            text run at (581,18) width 4 RTL: "."
            text run at (585,18) width 199: "normal right margin of the page"
  
  
  
  1.1                  LayoutTests/fast/block/basic/text-indent-rtl.html
  
  Index: text-indent-rtl.html
  ===================================================================
  <!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>
  <P>
  This test checks for a regression against <I><A href="http://bugzilla.opendarwin.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>.
  </P>
  <HR>
  <P style="direction: rtl; background: aqua; text-indent: 50px;">
  The first line of this sententce should be indented 50 pixels to the left, but the rest of it should be
  flush with the normal right margin of the page.
  </P>
  </BODY></HTML>
  
  
  



More information about the webkit-changes mailing list