The tests for searchProperty in this page are derived from Section 5.1.2.7
| Test | Description | Orange Labs Result | Nokia Result |
|---|---|---|---|
| propertyInterface-1 | tagName (DOMString) | Pass | Pass |
| propertyInterface-2 propertyInterface-4 | value (any), must be null if node has no value | Pass | Pass |
| propertyInterface-3 | nodeValue, should be null | Pass | Pass |
| propertyInterface-5 propertyInterface-5a | valueType (DOMString) read-only, "should be URI", must contain "DOMString" for string values | Pass | Pass |
| propertyInterface-6 propertyInterface-6a | propertyType (DOMString), read-only, default is null | Pass | Pass |
| propertyInterface-11 propertyInterface-12 propertyInterface-13 propertyInterface-14 | readOnly (boolean), read-only, TRUE: changing value or propertyType raise DOMException w/ NO_MODIFICATION_ALLOWED_ERR. FALSE: value can be changed | Pass | Pass |
| propertyInterface-8 propertyInterface-8a | DCCIMetadataInterface (any), no testable details | Pass | Pass |
| propertyInterface-7 propertyInterface-7a | DCCIMetadataInterfaceType (DOMString), read-only, no testable details | Pass | Pass |