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

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

Issue 1529523002: Import dom/ from web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak W3CImportExpectations Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS attributes Element.id: update, no oldValue, mutation
3 PASS attributes Element.id: update mutation
4 PASS attributes Element.id: empty string update mutation
5 PASS attributes Element.id: same value mutation
6 PASS attributes Element.unknown: IDL attribute no mutation
7 PASS attributes HTMLInputElement.type: type update mutation
8 PASS attributes Element.className: new value mutation
9 PASS attributes Element.className: empty string update mutation
10 PASS attributes Element.className: same value mutation
11 PASS attributes Element.className: same multiple values mutation
12 PASS attributes Element.classList.add: single token addition mutation
13 PASS attributes Element.classList.add: multiple tokens addition mutation
14 PASS attributes Element.classList.add: syntax err/no mutation
15 PASS attributes Element.classList.add: invalid character/no mutation
16 FAIL attributes Element.classList.add: same value mutation assert_equals: mutati on records must match expected 2 but got 1
17 PASS attributes Element.classList.remove: single token removal mutation
18 PASS attributes Element.classList.remove: multiple tokens removal mutation
19 FAIL attributes Element.classList.remove: missing token removal mutation assert_ equals: mutation records must match expected 2 but got 1
20 PASS attributes Element.classList.toggle: token removal mutation
21 PASS attributes Element.classList.toggle: token addition mutation
22 PASS attributes Element.classList.toggle: forced token removal mutation
23 PASS attributes Element.classList.toggle: forced missing token removal no mutati on
24 PASS attributes Element.classList.toggle: forced existing token addition no muta tion
25 PASS attributes Element.classList.toggle: forced token addition mutation
26 PASS attributes Element.attributes.value: update mutation
27 PASS attributes Element.attributes.value: same id mutation
28 PASS attributes Element.setAttribute: id mutation
29 PASS attributes Element.setAttribute: same class mutation
30 PASS attributes Element.setAttribute: classname mutation
31 PASS attributes Element.removeAttribute: removal mutation
32 PASS attributes Element.removeAttribute: removal no mutation
33 PASS childList HTMLInputElement.removeAttribute: type removal mutation
34 PASS attributes Element.setAttributeNS: creation mutation
35 PASS attributes Element.setAttributeNS: prefixed attribute creation mutation
36 PASS attributes Element.removeAttributeNS: removal mutation
37 PASS attributes Element.removeAttributeNS: removal no mutation
38 PASS attributes Element.removeAttributeNS: prefixed attribute removal no mutatio n
39 PASS attributes/attributeFilter Element.id/Element.className: update mutation
40 PASS attributes/attributeFilter Element.id/Element.className: multiple filter up date mutation
41 PASS attributeOldValue alone Element.id: update mutation
42 PASS attributeFilter alone Element.id/Element.className: multiple filter update mutation
43 PASS childList false: no childList mutation
44 Harness: the test ran to completion.
45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698