Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/attributes-expected.txt

Issue 1854003004: Import web-platform-tests@5a8700479d98852455bee6117558897867eb278a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a641690290f2c905fe97695c4400f6428c9b5e2a..c1b8a7269946b0ec8b2519b338dc22d0f8103024 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
@@ -1,6 +1,7 @@
This is a testharness.js-based test.
FAIL AttrExodus assert_false: should not be a Node expected false got true
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)
PASS setAttribute should lowercase its name argument (mixed case attribute)
PASS setAttribute should not throw even when qualifiedName starts with 'xmlns'
@@ -9,6 +10,7 @@ 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 Name production, an INVALID_CHARACTER_ERR exception is to be thrown, even if the attribute is already present. (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.

Powered by Google App Engine
This is Rietveld 408576698