Index: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/attributes-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/attributes-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/attributes-expected.txt |
index 44dbebf86ed1c93d8a468c834e0b8445d629738c..bac09bd433e2f8382edbff2bfe55f57cb571fe32 100644 |
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/attributes-expected.txt |
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/attributes-expected.txt |
@@ -1,5 +1,5 @@ |
This is a testharness.js-based test. |
-Found 58 tests; 50 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN. |
+Found 58 tests; 51 PASS, 7 FAIL, 0 TIMEOUT, 0 NOTRUN. |
PASS When qualifiedName does not match the Name production, an INVALID_CHARACTER_ERR exception is to be thrown. (setAttribute) |
PASS When qualifiedName does not match the Name production, an INVALID_CHARACTER_ERR exception is to be thrown, even if the attribute is already present. (setAttribute) |
PASS setAttribute should lowercase its name argument (upper case attribute) |
@@ -50,7 +50,7 @@ PASS setAttributeNode on bound attribute should throw InUseAttributeError |
PASS setAttributeNode, if it fires mutation events, should fire one with the new node when resetting an existing attribute |
PASS setAttributeNode, if it fires mutation events, should fire one with the new node when resetting an existing attribute (outer shell) |
PASS setAttributeNode called with an Attr that has the same name as an existing one should not change attribute order |
-FAIL getAttributeNames tests el.getAttributeNames is not a function |
+PASS getAttributeNames tests |
FAIL Own property correctness with basic attributes assert_array_equals: lengths differ, expected 2 got 0 |
FAIL Own property correctness with non-namespaced attribute before same-name namespaced one assert_array_equals: lengths differ, expected 3 got 0 |
FAIL Own property correctness with namespaced attribute before same-name non-namespaced one assert_array_equals: lengths differ, expected 3 got 0 |