Changeset 41140 in webkit


Ignore:
Timestamp:
Feb 23, 2009 5:27:32 AM (15 years ago)
Author:
ap@webkit.org
Message:

Rubber-stamped by Mark Rowe.

https://bugs.webkit.org/show_bug.cgi?id=15690
Bug in layout test framework (setUpPage vs. setUpPageStatus)

  • (Many JS files in dom/): (setUpPage): Replaced setUpPage with setUpPageStatus where appropriate, downstreaming a W3C fix.

First part: dom/svg.

Location:
trunk/LayoutTests
Files:
66 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r41136 r41140  
     12009-02-23  Alexey Proskuryakov  <ap@webkit.org>
     2
     3        Rubber-stamped by Mark Rowe.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=15690
     6        Bug in layout test framework (setUpPage vs. setUpPageStatus)
     7
     8        * (Many JS files in dom/):
     9        (setUpPage): Replaced setUpPage with setUpPageStatus where appropriate, downstreaming
     10        a W3C fix.
     11
    1122009-02-23  Alexey Proskuryakov  <ap@webkit.org>
    213
  • trunk/LayoutTests/dom/svg/level3/xpath/Attribute_Nodes.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Attribute_Nodes_xmlns.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Comment_Nodes.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Conformance_Expressions.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Conformance_ID.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Conformance_hasFeature_3.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Conformance_hasFeature_empty.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Conformance_hasFeature_null.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Element_Nodes.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Processing_Instruction_Nodes.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/Text_Nodes.js

    r19389 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluatorCast01.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createExpression_NS.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR.js

    • Property allow-tabs set to *
    r14235 r41140  
    5353       
    5454       if (docsLoaded == 2) {
    55           setUpPage = 'complete';
     55          setUpPageStatus = 'complete';
    5656       }
    5757    } catch(ex) {
    5858        catchInitializationError(builder, ex);
    59         setUpPage = 'complete';
     59        setUpPageStatus = 'complete';
    6060    }
    6161}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_document.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR.js

    • Property allow-tabs set to *
    r14235 r41140  
    5353       
    5454       if (docsLoaded == 2) {
    55           setUpPage = 'complete';
     55          setUpPageStatus = 'complete';
    5656       }
    5757    } catch(ex) {
    5858        catchInitializationError(builder, ex);
    59         setUpPage = 'complete';
     59        setUpPageStatus = 'complete';
    6060    }
    6161}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathExpression_evaluate_document.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathExpression_evaluate_documentElement.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_TYPE_ERR.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_booleanValue_false.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_booleanValue_true.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE.js

    r19246 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_iteratorNext_UNORDERED_NODE_ITERATOR_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_numberValue.js

    r19246 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_resultType.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE.js

    r19246 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
  • trunk/LayoutTests/dom/svg/level3/xpath/XPathResult_stringValue.js

    • Property allow-tabs set to *
    r14235 r41140  
    4747       
    4848       if (docsLoaded == 1) {
    49           setUpPage = 'complete';
     49          setUpPageStatus = 'complete';
    5050       }
    5151    } catch(ex) {
    5252        catchInitializationError(builder, ex);
    53         setUpPage = 'complete';
     53        setUpPageStatus = 'complete';
    5454    }
    5555}
Note: See TracChangeset for help on using the changeset viewer.