[webkit-changes] cvs commit: LayoutTests/fast/block/positioning leftmargin-topmargin-expected.txt leftmargin-topmargin.html

Geoffrey ggaren at opensource.apple.com
Sat Dec 3 17:22:27 PST 2005


ggaren      05/12/03 17:22:26

  Modified:    .        ChangeLog
  Added:       fast/block/positioning leftmargin-topmargin-expected.txt
                        leftmargin-topmargin.html
  Log:
          Layout test for <rdar://problem/4364302> leftmargin and topmargin
          should match marginwidth and marginheight respectively
  
          * fast/block/positioning/leftmargin-topmargin-expected.txt: Added.
          * fast/block/positioning/leftmargin-topmargin.html: Added.
  
  Revision  Changes    Path
  1.124     +8 -0      LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.123
  retrieving revision 1.124
  diff -u -r1.123 -r1.124
  --- ChangeLog	4 Dec 2005 00:53:18 -0000	1.123
  +++ ChangeLog	4 Dec 2005 01:22:25 -0000	1.124
  @@ -1,3 +1,11 @@
  +2005-12-03  Geoffrey Garen  <ggaren at apple.com>
  +
  +        Layout test for <rdar://problem/4364302> leftmargin and topmargin 
  +        should match marginwidth and marginheight respectively
  +
  +        * fast/block/positioning/leftmargin-topmargin-expected.txt: Added.
  +        * fast/block/positioning/leftmargin-topmargin.html: Added.
  +
   2005-12-03  Justin Garcia  <justin.garcia at apple.com>
   
           New layout tests for:
  
  
  
  1.1                  LayoutTests/fast/block/positioning/leftmargin-topmargin-expected.txt
  
  Index: leftmargin-topmargin-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 (42,42) size 716x516
        RenderBlock {P} at (0,0) size 716x36
          RenderText {TEXT} at (0,0) size 653x36
            text run at (0,0) width 653: "This test checks for a regression against rdar://problem/4364302 leftmargin and topmargin should match"
            text run at (0,18) width 277: "marginwidth and marginheight respectively."
        RenderBlock {P} at (0,52) size 716x18
          RenderText {TEXT} at (0,0) size 460x18
            text run at (0,0) width 460: "If it passes, the left, top, right, and bottom margins of the page will be 42."
  
  
  
  1.1                  LayoutTests/fast/block/positioning/leftmargin-topmargin.html
  
  Index: leftmargin-topmargin.html
  ===================================================================
  <html>
  <body leftmargin=42 topmargin=42 style="outline-style:solid">
  <p>This test checks for a regression against rdar://problem/4364302 leftmargin and topmargin should match marginwidth and marginheight respectively.</p>
  <p>If it passes, the left, top, right, and bottom margins of the page will be 42.</p>
  </body>
  </html>
  
  



More information about the webkit-changes mailing list