Home | History | Annotate | Download | only in CSSStyleDeclaration
      1 This tests indexing outside the range of the computed style object.
      2 
      3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
      4 
      5 
      6 PASS typeof computedStyle.length is "number"
      7 PASS computedStyle[computedStyle.length] is ""
      8 PASS computedStyle[-1] is undefined.
      9 PASS successfullyParsed is true
     10 
     11 TEST COMPLETE
     12 
     13