Index: LayoutTests/fast/dom/element-attribute-js-null.html |
diff --git a/LayoutTests/fast/dom/element-attribute-js-null.html b/LayoutTests/fast/dom/element-attribute-js-null.html |
index 43823ad5c00fd2fc52121fd127321545d375fadf..64793d2d839249ca0a4bcbb6b6a82dcf7792fde7 100644 |
--- a/LayoutTests/fast/dom/element-attribute-js-null.html |
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html |
@@ -77,10 +77,6 @@ |
elementToUse: document.createElement('div'), |
attributes: [ |
{name: 'nodeValue', expectedNull: null}, |
- // 'prefix' only works because this is an HTMLElement type node, if it were an |
- // XML node (created using createElementNS()) this would throw an exception. We |
- // should test this further as Firefox has a different behavior. |
- {name: 'prefix', expectedNull: null}, |
{name: 'textContent', expectedNull: ''} |
] |
}, |