[webkit-changes] cvs commit: LayoutTests/fast/clip 017-expected.txt 017.html

David hyatt at opensource.apple.com
Fri Dec 2 12:32:58 PST 2005


hyatt       05/12/02 12:32:58

  Added:       fast/clip 017-expected.txt 017.html
  Log:
  Add layout test for new clipping behavior.
  
  Revision  Changes    Path
  1.1                  LayoutTests/fast/clip/017-expected.txt
  
  Index: 017-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 (0,0) size 800x600
  layer at (0,0) size 100x100
    RenderBlock (positioned) {DIV} at (0,0) size 100x100
  layer at (0,0) size 100x100
    RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
  
  
  
  1.1                  LayoutTests/fast/clip/017.html
  
  Index: 017.html
  ===================================================================
  <html>
  <head>
  <style>
  div {
    width:100px;
    height:100px;
  }
  </style>
  </head>
  <body style="margin:0px">
  <div style="overflow:hidden; background-color:red; height:0px">
  <div style="position:absolute; background-color:red">
  <div style="overflow:hidden; background-color:green">
  </div>
  </div>
  </div>
  </body>
  </html>
  
  
  



More information about the webkit-changes mailing list