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