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

David hyatt at opensource.apple.com
Wed Oct 26 12:48:03 PDT 2005


hyatt       05/10/26 12:48:03

  Modified:    fast/forms 001-expected.txt
  Added:       fast/forms indeterminate-expected.txt indeterminate.html
  Log:
  Add indeterminate test.  Fix 001 test.
  
  Revision  Changes    Path
  1.14      +3 -3      LayoutTests/fast/forms/001-expected.txt
  
  Index: 001-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/fast/forms/001-expected.txt,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- 001-expected.txt	25 Oct 2005 21:40:49 -0000	1.13
  +++ 001-expected.txt	26 Oct 2005 19:48:02 -0000	1.14
  @@ -42,7 +42,7 @@
               RenderTableRow {TR} at (0,0) size 0x0
                 RenderTableCell {TD} at (0,0) size 122x87 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
                   RenderButton {INPUT} at (3,1) size 116x85 [border: (40px solid #FF0000)]
  -                  RenderBlock (anonymous) at (48,36) size 20x13
  +                  RenderBlock (anonymous) at (48,42) size 20x13
                       RenderText at (0,0) size 20x13
                         text run at (0,0) width 20: "Foo"
                 RenderTableCell {TD} at (122,42) size 658x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
  @@ -51,12 +51,12 @@
               RenderTableRow {TR} at (0,0) size 0x0
                 RenderTableCell {TD} at (0,0) size 174x87 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
                   RenderButton {INPUT} at (3,1) size 168x85 [border: (40px solid #FF0000)]
  -                  RenderBlock (anonymous) at (48,36) size 72x13
  +                  RenderBlock (anonymous) at (48,42) size 72x13
                       RenderText at (0,0) size 72x13
                         text run at (0,0) width 72: "Submit a bug"
                 RenderTableCell {TD} at (174,42) size 606x2 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
           RenderBlock (anonymous) at (0,182) size 784x85
             RenderButton {INPUT} at (2,0) size 116x85 [border: (40px solid #FF0000)]
  -            RenderBlock (anonymous) at (48,36) size 20x13
  +            RenderBlock (anonymous) at (48,42) size 20x13
                 RenderText at (0,0) size 20x13
                   text run at (0,0) width 20: "Foo"
  
  
  
  1.1                  LayoutTests/fast/forms/indeterminate-expected.txt
  
  Index: indeterminate-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
        RenderText {TEXT} at (18,0) size 491x18
          text run at (18,0) width 491: " This checkbox should look 50% transparent and should be in the mixed state."
        RenderText {TEXT} at (0,0) size 0x0
        RenderText {TEXT} at (0,0) size 0x0
        RenderText {TEXT} at (0,0) size 0x0
  layer at (11,12) size 12x12
    RenderBlock {INPUT} at (3,4) size 12x12
  
  
  
  1.1                  LayoutTests/fast/forms/indeterminate.html
  
  Index: indeterminate.html
  ===================================================================
  <html>
  <head>
  <style>
  input:indeterminate {
    opacity: 0.5;
  }
  
  input:checked {
    opacity: 1.0;
  }
  </style>
  </head>
  <body>
  <input type=checkbox id="one"> This checkbox should look 50% transparent and should
  be in the mixed state.
  <script>
  document.getElementById('one').indeterminate = true
  </script>
  </body>
  </html>
  
  
  



More information about the webkit-changes mailing list