| 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 767b09913fb84f6bf74d0fa21e1607b720e2bb2b..41a6d3612b3c9970d2a426d1b4c864b8a57b1221 100644
|
| --- a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml
|
| +++ b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml
|
| @@ -57,7 +57,7 @@
|
| type: 'ProcessingInstruction',
|
| elementToUse: document.createProcessingInstruction('target', 'data'),
|
| attributes: [
|
| - {name: 'data', expectedNull: null}
|
| + {name: 'data', expectedNull: ''}
|
| ]
|
| },
|
| {
|
|
|