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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aa40064a08e0bfcfa2fe1048c7ab6249b3ea2e4f |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/attributes-expected.txt |
@@ -0,0 +1,45 @@ |
+This is a testharness.js-based test. |
+FAIL AttrExodus assert_false: expected false got true |
+PASS When qualifiedName does not match the Name production, an INVALID_CHARACTER_ERR exception is to be thrown. (setAttribute) |
+PASS setAttribute should lowercase its name argument (upper case attribute) |
+PASS setAttribute should lowercase its name argument (mixed case attribute) |
+PASS setAttribute should not throw even when qualifiedName starts with 'xmlns' |
+PASS Basic functionality should be intact. |
+PASS setAttribute should not change the order of previously set attributes. |
+PASS setAttribute should set the first attribute with the given name |
+PASS setAttribute should set the attribute with the given qualified name |
+PASS When qualifiedName does not match the Name production, an INVALID_CHARACTER_ERR exception is to be thrown. (setAttributeNS) |
+PASS When qualifiedName does not match the QName production, an NAMESPACE_ERR exception is to be thrown. |
+PASS null and the empty string should result in a null namespace. |
+PASS A namespace is required to use a prefix. |
+PASS The xml prefix should not be allowed for arbitrary namespaces |
+PASS XML-namespaced attributes don't need an xml prefix |
+PASS The xmlns prefix should not be allowed for arbitrary namespaces |
+PASS The xmlns qualified name should not be allowed for arbitrary namespaces |
+PASS xmlns should be allowed as local name |
+PASS The XMLNS namespace should require xmlns as prefix or qualified name |
+PASS xmlns should be allowed as prefix in the XMLNS namespace |
+PASS xmlns should be allowed as qualified name in the XMLNS namespace |
+PASS Setting the same attribute with another prefix should not change the prefix |
+PASS setAttribute should not throw even if a load is not allowed |
+PASS Attributes should work in document fragments. |
+PASS Attribute values should not be parsed. |
+PASS Specified attributes should be accessible. |
+PASS Entities in attributes should have been expanded while parsing. |
+PASS Unset attributes return null |
+PASS First set attribute is returned by getAttribute |
+PASS Style attributes are not normalized |
+FAIL Only lowercase attributes are returned on HTML elements (upper case attribute) assert_equals: expected (object) null but got (string) "left" |
+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 Attribute with prefix in local name |
+PASS Attribute loses its owner when removed |
+PASS Basic functionality of getAttributeNode/getAttributeNodeNS |
+PASS Basic functionality of setAttributeNode |
+PASS Basic functionality of setAttributeNodeNS |
+PASS Basic functionality of removeAttributeNode |
+PASS setAttributeNode on bound attribute should throw InUseAttributeError |
+Harness: the test ran to completion. |
+ |