Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/MutationObserver-attributes-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/MutationObserver-attributes-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/MutationObserver-attributes-expected.txt |
index d2b7bb2d087b7cf278904f9447ce892e39c61e47..660cad8d24efcf8e75d07488b17fc2e56327eb9e 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/MutationObserver-attributes-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/MutationObserver-attributes-expected.txt |
@@ -16,7 +16,7 @@ PASS attributes Element.classList.add: invalid character/no mutation |
FAIL attributes Element.classList.add: same value mutation assert_equals: mutation records must match expected 2 but got 1 |
PASS attributes Element.classList.remove: single token removal mutation |
PASS attributes Element.classList.remove: multiple tokens removal mutation |
-FAIL attributes Element.classList.remove: missing token removal mutation assert_equals: mutation records must match expected 2 but got 1 |
+PASS attributes Element.classList.remove: missing token removal mutation |
PASS attributes Element.classList.toggle: token removal mutation |
PASS attributes Element.classList.toggle: token addition mutation |
PASS attributes Element.classList.toggle: forced token removal mutation |