diff options
| author | wei <> | 2006-01-06 04:37:22 +0000 | 
|---|---|---|
| committer | wei <> | 2006-01-06 04:37:22 +0000 | 
| commit | 3b11f3555426a50664e130148fa37e18b8098e28 (patch) | |
| tree | d1bcba66c8d2fc0a7cfbbde92975b9e972fa7aab /tests/FunctionalTests/selenium/html-xpath | |
| parent | 2d5b96ba9878ec36df7bb2af3493bb771c85b032 (diff) | |
Diffstat (limited to 'tests/FunctionalTests/selenium/html-xpath')
| -rw-r--r-- | tests/FunctionalTests/selenium/html-xpath/html-xpath-patched.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/selenium/html-xpath/html-xpath-patched.js b/tests/FunctionalTests/selenium/html-xpath/html-xpath-patched.js index 4b9e05f6..d135e879 100644 --- a/tests/FunctionalTests/selenium/html-xpath/html-xpath-patched.js +++ b/tests/FunctionalTests/selenium/html-xpath/html-xpath-patched.js @@ -602,7 +602,7 @@ if (isIe)  			{  				var attribute = node.attributes[i];  				var attributeValue = attribute.nodeValue; -				if (attributeValue && attribute.specified) +				if (attributeValue && (attribute.specified || attribute.nodeName == 'value'))  				{  					var domAttribute = dom.createAttribute(attribute.nodeName);  					domAttribute.value = attributeValue;  | 
