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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/MutationObserver-attributes-expected.txt

Issue 2593973002: Queue custom element attribute reactions for no-op sets, removes (Closed)
Patch Set: Rebaseline MutationObserver test. (Thanks!) Created 4 years 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/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

Powered by Google App Engine
This is Rietveld 408576698