X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=LayoutTests%2Ffast%2Fdom%2Felement-attribute-js-null.html;h=488573b998e875fbd097c85c6cb1d89018fc8c41;hb=b96e33af77ac7d81a666d5aa202235b793aeeb21;hp=95d93c9038acbcae3f8eb6556a5db35e2371103b;hpb=2632619e54bc9f41ccea7c574710fe213e49212d;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/LayoutTests/fast/dom/element-attribute-js-null.html b/LayoutTests/fast/dom/element-attribute-js-null.html index 95d93c9..488573b 100755 --- a/LayoutTests/fast/dom/element-attribute-js-null.html +++ b/LayoutTests/fast/dom/element-attribute-js-null.html @@ -445,9 +445,9 @@ type: 'HTMLOptionElement', elementToUse: document.createElement('option'), attributes: [ - {name: 'text', expectedNull: ''}, - {name: 'label', expectedNull: ''}, - {name: 'value', expectedNull: ''} + {name: 'text', expectedNull: 'null'}, + {name: 'label', expectedNull: 'null'}, + {name: 'value', expectedNull: 'null'} ] }, {