Changeset 62096 in webkit


Ignore:
Timestamp:
Jun 29, 2010 1:33:02 AM (14 years ago)
Author:
Csaba Osztrogonác
Message:

Unreviewed trivial fix. Update expectded files after r62092.

  • fast/dom/Window/window-properties-expected.txt:
  • fast/dom/Window/window-property-descriptors-expected.txt:
  • fast/dom/prototype-inheritance-2-expected.txt:
  • fast/dom/prototype-inheritance-expected.txt:
  • fast/js/global-constructors-expected.txt:
Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r62094 r62096  
     12010-06-29  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Unreviewed trivial fix. Update expectded files after r62092.
     4
     5        * fast/dom/Window/window-properties-expected.txt:
     6        * fast/dom/Window/window-property-descriptors-expected.txt:
     7        * fast/dom/prototype-inheritance-2-expected.txt:
     8        * fast/dom/prototype-inheritance-expected.txt:
     9        * fast/js/global-constructors-expected.txt:
     10
    1112010-06-28  Dumitru Daniliuc  <dumi@chromium.org>
    212
  • trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt

    r61650 r62096  
    14351435window.SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR [number]
    14361436window.SVGFECompositeElement.prototype [printed above as window.Element.prototype]
     1437window.SVGFEConvolveMatrixElement [object SVGFEConvolveMatrixElementConstructor]
     1438window.SVGFEConvolveMatrixElement.SVG_EDGEMODE_DUPLICATE [number]
     1439window.SVGFEConvolveMatrixElement.SVG_EDGEMODE_NONE [number]
     1440window.SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN [number]
     1441window.SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP [number]
     1442window.SVGFEConvolveMatrixElement.prototype [printed above as window.Element.prototype]
    14371443window.SVGFEDiffuseLightingElement [object SVGFEDiffuseLightingElementConstructor]
    14381444window.SVGFEDiffuseLightingElement.prototype [printed above as window.Element.prototype]
  • trunk/LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt

    r61650 r62096  
    194194PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEComponentTransferElement') is 'object'
    195195PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFECompositeElement') is 'object'
     196PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEConvolveMatrixElement') is 'object'
    196197PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEDiffuseLightingElement') is 'object'
    197198PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGFEDisplacementMapElement') is 'object'
  • trunk/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt

    r61650 r62096  
    318318Never found SVGFEComponentTransferElement
    319319Never found SVGFECompositeElement
     320Never found SVGFEConvolveMatrixElement
    320321Never found SVGFEDiffuseLightingElement
    321322Never found SVGFEDisplacementMapElement
  • trunk/LayoutTests/fast/dom/prototype-inheritance-expected.txt

    r61650 r62096  
    360360PASS inner.SVGFECompositeElement.isInner is true
    361361PASS inner.SVGFECompositeElement.constructor.isInner is true
     362PASS inner.SVGFEConvolveMatrixElement.isInner is true
     363PASS inner.SVGFEConvolveMatrixElement.constructor.isInner is true
    362364PASS inner.SVGFEDiffuseLightingElement.isInner is true
    363365PASS inner.SVGFEDiffuseLightingElement.constructor.isInner is true
  • trunk/LayoutTests/fast/js/global-constructors-expected.txt

    r61650 r62096  
    179179PASS SVGFEComponentTransferElement.toString() is '[object SVGFEComponentTransferElementConstructor]'
    180180PASS SVGFECompositeElement.toString() is '[object SVGFECompositeElementConstructor]'
     181PASS SVGFEConvolveMatrixElement.toString() is '[object SVGFEConvolveMatrixElementConstructor]'
    181182PASS SVGFEDiffuseLightingElement.toString() is '[object SVGFEDiffuseLightingElementConstructor]'
    182183PASS SVGFEDisplacementMapElement.toString() is '[object SVGFEDisplacementMapElementConstructor]'
Note: See TracChangeset for help on using the changeset viewer.