| Index: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap.html b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap.html
|
| index 0ae83e9ab4f0b7364494d4d688e1ed2d9b6d3d6a..fa21b3ada9ab2bd79370947d81ae6d5fb1984f45 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap.html
|
| @@ -28,11 +28,11 @@ testAttributeAdder(function (element, name, value) {
|
|
|
| testAttributeRemover(function (element, name) {
|
| element.attributes.removeNamedItem(name);
|
| -}, 'removeNamedItem on NamedNodeMap');
|
| +}, 'removeNamedItem on NamedNodeMap', {onlyExistingAttribute: true});
|
|
|
| testAttributeRemover(function (element, name) {
|
| element.attributes.removeNamedItemNS(null, name);
|
| -}, 'removeNamedItemNS on NamedNodeMap');
|
| +}, 'removeNamedItemNS on NamedNodeMap', {onlyExistingAttribute: true});
|
|
|
| </script>
|
| </body>
|
|
|