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 8d34ecdaed18605a1bd51b405addad0403194da7..7ca0c121bfdec04e5bcbeb6b059827bcfd38b076 100644 |
--- a/LayoutTests/fast/dom/element-attribute-js-null.html |
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html |
@@ -265,9 +265,6 @@ |
type: 'HTMLFrameElement', |
elementToUse: document.createElement('frame'), |
attributes: [ |
- // location is a non-standard attribute, which reflects the src content |
- // attribute when getting, and must therefore be tested before src. |
- {name: 'location', expectedNull: ''}, |
{name: 'frameBorder', expectedNull: 'null'}, |
{name: 'longDesc', expectedNull: 'null', isUrl: true}, |
{name: 'marginHeight', expectedNull: ''}, |