[webkit-changes] cvs commit: LayoutTests/fast/frames calculate-fixed-expected.checksum calculate-fixed-expected.png calculate-order-expected.checksum calculate-order-expected.png calculate-percentage-expected.checksum calculate-percentage-expected.png calculate-relative-expected.checksum calculate-relative-expected.png calculate-round-expected.checksum calculate-round-expected.png

Darin darin at opensource.apple.com
Fri Nov 4 22:50:00 PST 2005


darin       05/11/04 22:49:59

  Modified:    .        ChangeLog
  Added:       fast/block/basic 021-expected.checksum 021-expected.png
               fast/block/positioning 062-expected.checksum
                        062-expected.png
               fast/box-sizing box-sizing-expected.checksum
                        box-sizing-expected.png
                        panels-one-expected.checksum
                        panels-one-expected.png
                        panels-two-expected.checksum
                        panels-two-expected.png
                        percentage-height-expected.checksum
                        percentage-height-expected.png
               fast/css-generated-content 014-expected.checksum
                        014-expected.png
               fast/events event-targets-expected.checksum
                        event-targets-expected.png
               fast/forms blankbuttons-expected.checksum
                        blankbuttons-expected.png
                        button-positioned-expected.checksum
                        button-positioned-expected.png
                        indeterminate-expected.checksum
                        indeterminate-expected.png
               fast/frames calculate-fixed-expected.checksum
                        calculate-fixed-expected.png
                        calculate-order-expected.checksum
                        calculate-order-expected.png
                        calculate-percentage-expected.checksum
                        calculate-percentage-expected.png
                        calculate-relative-expected.checksum
                        calculate-relative-expected.png
                        calculate-round-expected.checksum
                        calculate-round-expected.png
  Log:
          - added pixel results for a bunch of tests that didn't have them
  
          * fast/block/basic/021-expected.checksum: Added.
          * fast/block/basic/021-expected.png: Added.
          * fast/block/positioning/062-expected.checksum: Added.
          * fast/block/positioning/062-expected.png: Added.
          * fast/box-sizing/box-sizing-expected.checksum: Added.
          * fast/box-sizing/box-sizing-expected.png: Added.
          * fast/box-sizing/panels-one-expected.checksum: Added.
          * fast/box-sizing/panels-one-expected.png: Added.
          * fast/box-sizing/panels-two-expected.checksum: Added.
          * fast/box-sizing/panels-two-expected.png: Added.
          * fast/box-sizing/percentage-height-expected.checksum: Added.
          * fast/box-sizing/percentage-height-expected.png: Added.
          * fast/css-generated-content/014-expected.checksum: Added.
          * fast/css-generated-content/014-expected.png: Added.
          * fast/events/event-targets-expected.checksum: Added.
          * fast/events/event-targets-expected.png: Added.
          * fast/forms/blankbuttons-expected.checksum: Added.
          * fast/forms/blankbuttons-expected.png: Added.
          * fast/forms/button-positioned-expected.checksum: Added.
          * fast/forms/button-positioned-expected.png: Added.
          * fast/forms/indeterminate-expected.checksum: Added.
          * fast/forms/indeterminate-expected.png: Added.
          * fast/frames/calculate-fixed-expected.checksum: Added.
          * fast/frames/calculate-fixed-expected.png: Added.
          * fast/frames/calculate-order-expected.checksum: Added.
          * fast/frames/calculate-order-expected.png: Added.
          * fast/frames/calculate-percentage-expected.checksum: Added.
          * fast/frames/calculate-percentage-expected.png: Added.
          * fast/frames/calculate-relative-expected.checksum: Added.
          * fast/frames/calculate-relative-expected.png: Added.
          * fast/frames/calculate-round-expected.checksum: Added.
          * fast/frames/calculate-round-expected.png: Added.
  
  Revision  Changes    Path
  1.71      +37 -0     LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- ChangeLog	3 Nov 2005 19:11:59 -0000	1.70
  +++ ChangeLog	5 Nov 2005 06:49:53 -0000	1.71
  @@ -1,3 +1,40 @@
  +2005-11-04  Darin Adler  <darin at apple.com>
  +
  +        - added pixel results for a bunch of tests that didn't have them
  +
  +        * fast/block/basic/021-expected.checksum: Added.
  +        * fast/block/basic/021-expected.png: Added.
  +        * fast/block/positioning/062-expected.checksum: Added.
  +        * fast/block/positioning/062-expected.png: Added.
  +        * fast/box-sizing/box-sizing-expected.checksum: Added.
  +        * fast/box-sizing/box-sizing-expected.png: Added.
  +        * fast/box-sizing/panels-one-expected.checksum: Added.
  +        * fast/box-sizing/panels-one-expected.png: Added.
  +        * fast/box-sizing/panels-two-expected.checksum: Added.
  +        * fast/box-sizing/panels-two-expected.png: Added.
  +        * fast/box-sizing/percentage-height-expected.checksum: Added.
  +        * fast/box-sizing/percentage-height-expected.png: Added.
  +        * fast/css-generated-content/014-expected.checksum: Added.
  +        * fast/css-generated-content/014-expected.png: Added.
  +        * fast/events/event-targets-expected.checksum: Added.
  +        * fast/events/event-targets-expected.png: Added.
  +        * fast/forms/blankbuttons-expected.checksum: Added.
  +        * fast/forms/blankbuttons-expected.png: Added.
  +        * fast/forms/button-positioned-expected.checksum: Added.
  +        * fast/forms/button-positioned-expected.png: Added.
  +        * fast/forms/indeterminate-expected.checksum: Added.
  +        * fast/forms/indeterminate-expected.png: Added.
  +        * fast/frames/calculate-fixed-expected.checksum: Added.
  +        * fast/frames/calculate-fixed-expected.png: Added.
  +        * fast/frames/calculate-order-expected.checksum: Added.
  +        * fast/frames/calculate-order-expected.png: Added.
  +        * fast/frames/calculate-percentage-expected.checksum: Added.
  +        * fast/frames/calculate-percentage-expected.png: Added.
  +        * fast/frames/calculate-relative-expected.checksum: Added.
  +        * fast/frames/calculate-relative-expected.png: Added.
  +        * fast/frames/calculate-round-expected.checksum: Added.
  +        * fast/frames/calculate-round-expected.png: Added.
  +
   2005-11-03  Adele Peterson  <adele at apple.com>
   
           Test for...
  
  
  
  1.1                  LayoutTests/fast/block/basic/021-expected.checksum
  
  Index: 021-expected.checksum
  ===================================================================
  c31e1fc04c70c7e0cf9c25c449278c43
  
  
  1.1                  LayoutTests/fast/block/basic/021-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/block/positioning/062-expected.checksum
  
  Index: 062-expected.checksum
  ===================================================================
  f9cdba21f7e2009389f80333d1d70551
  
  
  1.1                  LayoutTests/fast/block/positioning/062-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/box-sizing/box-sizing-expected.checksum
  
  Index: box-sizing-expected.checksum
  ===================================================================
  52629715f08f209736511df846e15024
  
  
  1.1                  LayoutTests/fast/box-sizing/box-sizing-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/box-sizing/panels-one-expected.checksum
  
  Index: panels-one-expected.checksum
  ===================================================================
  e8018d466644f08e39fecbd3ae2cf390
  
  
  1.1                  LayoutTests/fast/box-sizing/panels-one-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/box-sizing/panels-two-expected.checksum
  
  Index: panels-two-expected.checksum
  ===================================================================
  e8018d466644f08e39fecbd3ae2cf390
  
  
  1.1                  LayoutTests/fast/box-sizing/panels-two-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/box-sizing/percentage-height-expected.checksum
  
  Index: percentage-height-expected.checksum
  ===================================================================
  b4013996bf49cd7e5d38b0f4d67b4a2d
  
  
  1.1                  LayoutTests/fast/box-sizing/percentage-height-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/css-generated-content/014-expected.checksum
  
  Index: 014-expected.checksum
  ===================================================================
  0aa9c20607a5a04d4be297669e983bb7
  
  
  1.1                  LayoutTests/fast/css-generated-content/014-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/events/event-targets-expected.checksum
  
  Index: event-targets-expected.checksum
  ===================================================================
  8573a88cfa2cdd34083acb3338d62383
  
  
  1.1                  LayoutTests/fast/events/event-targets-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/forms/blankbuttons-expected.checksum
  
  Index: blankbuttons-expected.checksum
  ===================================================================
  07a1a6dc59d3f046c46b3039d961c095
  
  
  1.1                  LayoutTests/fast/forms/blankbuttons-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/forms/button-positioned-expected.checksum
  
  Index: button-positioned-expected.checksum
  ===================================================================
  4a773ff14241ebc326c565b1313ca40e
  
  
  1.1                  LayoutTests/fast/forms/button-positioned-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/forms/indeterminate-expected.checksum
  
  Index: indeterminate-expected.checksum
  ===================================================================
  db7b11b78145e96329179f3022668421
  
  
  1.1                  LayoutTests/fast/forms/indeterminate-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/frames/calculate-fixed-expected.checksum
  
  Index: calculate-fixed-expected.checksum
  ===================================================================
  15a3c56a44e4b13fd2dac395dabee945
  
  
  1.1                  LayoutTests/fast/frames/calculate-fixed-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/frames/calculate-order-expected.checksum
  
  Index: calculate-order-expected.checksum
  ===================================================================
  e66332e222580322c1fb33d45a47cf91
  
  
  1.1                  LayoutTests/fast/frames/calculate-order-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/frames/calculate-percentage-expected.checksum
  
  Index: calculate-percentage-expected.checksum
  ===================================================================
  018f802594f64f10d581e652ec48fb07
  
  
  1.1                  LayoutTests/fast/frames/calculate-percentage-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/frames/calculate-relative-expected.checksum
  
  Index: calculate-relative-expected.checksum
  ===================================================================
  169491963d76099f23d39ec6d4059f1f
  
  
  1.1                  LayoutTests/fast/frames/calculate-relative-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/frames/calculate-round-expected.checksum
  
  Index: calculate-round-expected.checksum
  ===================================================================
  aa6e874e63f094693aea9e32d306b188
  
  
  1.1                  LayoutTests/fast/frames/calculate-round-expected.png
  
  	<<Binary file>>
  
  



More information about the webkit-changes mailing list