[webkit-changes] cvs commit: LayoutTests/fast/forms button-positioned-expected.txt button-positioned.html

David hyatt at opensource.apple.com
Fri Oct 28 01:44:36 PDT 2005


hyatt       05/10/28 01:44:36

  Added:       fast/forms button-positioned-expected.txt
                        button-positioned.html
  Log:
  Add positioned test for buttons.
  
  Revision  Changes    Path
  1.1                  LayoutTests/fast/forms/button-positioned-expected.txt
  
  Index: button-positioned-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 784x584
  layer at (10,10) size 153x18
    RenderButton {BUTTON} at (10,10) size 153x18 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0) none (2px outset #C0C0C0)]
      RenderBlock (anonymous) at (8,2) size 137x13
        RenderText {TEXT} at (0,0) size 137x13
          text run at (0,0) width 137: "This button is positioned."
  layer at (10,10) size 175x18
    RenderButton {INPUT} at (10,10) size 175x18 [bgcolor=#C0C0C0]
      RenderBlock (anonymous) at (8,2) size 159x13
        RenderText at (0,0) size 159x13
          text run at (0,0) width 159: "This button is also positioned"
  
  
  
  1.1                  LayoutTests/fast/forms/button-positioned.html
  
  Index: button-positioned.html
  ===================================================================
  <button style="position:absolute">This button is positioned.</button>
  <input style="position:absolute" type=button value="This button is also positioned">
  
  



More information about the webkit-changes mailing list