| Index: LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml
|
| diff --git a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml
|
| index 41a6d3612b3c9970d2a426d1b4c864b8a57b1221..089ffb77907c29e9c975867dab4b76b6152faee8 100644
|
| --- a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml
|
| +++ b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml
|
| @@ -48,7 +48,7 @@
|
| var listing = [
|
| {
|
| type: 'Attr',
|
| - elementToUse: document.createAttributeNS('http://www.w3.org/1999/xhtml','anAttribute'),
|
| + elementToUse: document.createAttribute('anAttribute'),
|
| attributes: [
|
| {name: 'value', expectedNull: null}
|
| ]
|
|
|