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

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

Issue 2895903002: DOMTokenList: Update serialization algorithm on add()/remove() (Closed)
Patch Set: Apply review comments Created 3 years, 7 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/external/wpt/dom/nodes/MutationObserver-attributes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/MutationObserver-attributes-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/MutationObserver-attributes-expected.txt
deleted file mode 100644
index 660cad8d24efcf8e75d07488b17fc2e56327eb9e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/MutationObserver-attributes-expected.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-This is a testharness.js-based test.
-PASS attributes Element.id: update, no oldValue, mutation
-PASS attributes Element.id: update mutation
-PASS attributes Element.id: empty string update mutation
-PASS attributes Element.id: same value mutation
-PASS attributes Element.unknown: IDL attribute no mutation
-PASS attributes HTMLInputElement.type: type update mutation
-PASS attributes Element.className: new value mutation
-PASS attributes Element.className: empty string update mutation
-PASS attributes Element.className: same value mutation
-PASS attributes Element.className: same multiple values mutation
-PASS attributes Element.classList.add: single token addition mutation
-PASS attributes Element.classList.add: multiple tokens addition mutation
-PASS attributes Element.classList.add: syntax err/no mutation
-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
-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
-PASS attributes Element.classList.toggle: forced missing token removal no mutation
-PASS attributes Element.classList.toggle: forced existing token addition no mutation
-PASS attributes Element.classList.toggle: forced token addition mutation
-PASS attributes Element.attributes.value: update mutation
-PASS attributes Element.attributes.value: same id mutation
-PASS attributes Element.setAttribute: id mutation
-PASS attributes Element.setAttribute: same class mutation
-PASS attributes Element.setAttribute: classname mutation
-PASS attributes Element.removeAttribute: removal mutation
-PASS attributes Element.removeAttribute: removal no mutation
-PASS childList HTMLInputElement.removeAttribute: type removal mutation
-PASS attributes Element.setAttributeNS: creation mutation
-PASS attributes Element.setAttributeNS: prefixed attribute creation mutation
-PASS attributes Element.removeAttributeNS: removal mutation
-PASS attributes Element.removeAttributeNS: removal no mutation
-PASS attributes Element.removeAttributeNS: prefixed attribute removal no mutation
-PASS attributes/attributeFilter Element.id/Element.className: update mutation
-PASS attributes/attributeFilter Element.id/Element.className: multiple filter update mutation
-PASS attributeOldValue alone Element.id: update mutation
-PASS attributeFilter alone Element.id/Element.className: multiple filter update mutation
-PASS childList false: no childList mutation
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698