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 714921efa2a63bbded7643bba43d45dd77d14fd1..da439239fbaed8cba0bffe301b90477975fc2d33 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,4 +1,5 @@ |
This is a testharness.js-based test. |
+Found 56 tests; 46 PASS, 10 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) |