IE 0day micropatch test
Attribute is not assigned to an element (VariantCopy branch in CAttribute::put_ie9_nodeValue)
Integer test: 1337 - FAIL
Double test: 1e+100 - FAIL
Array test: 1,2,3 - FAIL
Date test: Thu Jan 01 1970 00:00:01 GMT+0000 (Coordinated Universal Time) - FAIL
String test: foo - PASS
Object test: [object Object] - FAIL
Attribute is assigned to an element (ie9_setAttributeNSInternal branch in CAttribute::put_ie9_nodeValue)
Integer test 2: 1337 - PASS
Double test 2: 1e+100 - PASS
Array test 2: 1,2,3 - FAIL
Date test 2: Thu Jan 01 1970 00:00:01 GMT+0000 (Coordinated Universal Time) - FAIL
String test 2: foo - PASS
Object test 2: [object Object] - FAIL