Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/attributes-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/attributes-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/attributes-expected.txt |
index 98db73b34ab8d75bcdca86e3484d94954ab1752e..a641690290f2c905fe97695c4400f6428c9b5e2a 100644 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/attributes-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/attributes-expected.txt |
@@ -33,7 +33,7 @@ FAIL Only lowercase attributes are returned on HTML elements (upper case attribu |
FAIL Only lowercase attributes are returned on HTML elements (mixed case attribute) assert_equals: expected (object) null but got (string) "tasty" |
PASS First set attribute is returned with mapped attribute set first |
PASS First set attribute is returned with mapped attribute set later |
-FAIL Non-HTML element with upper-case attribute assert_equals: el.hasAttributeNS(undefined) expected true but got false |
+PASS Non-HTML element with upper-case attribute |
PASS Attribute with prefix in local name |
PASS Attribute loses its owner when removed |
PASS Basic functionality of getAttributeNode/getAttributeNodeNS |