Moonlight 1.0 Enumeration Tests

The purpose of the tests is to detect how SL 1.0 (JavaScript) reacts to bad values and, when they are accepted (commonly), to which value it defaults. This last case is important since SL applications with 'syntax' errors could behave differently on Moonlight (e.g. being visible when they should not).

Enumerations

MSDN reference about Silverlight 1.0 enumerations.