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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/MutationObserver-childList-expected.txt

Issue 2889523002: MutationObserver: Correct MutationRecords for Node.replaceChild(). (Closed)
Patch Set: Add step 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/move-nodes-across-documents.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS childList Node.nodeValue: no mutation
3 PASS childList Node.textContent: replace content mutation
4 PASS childList Node.textContent: no previous content mutation
5 PASS childList Node.textContent: textContent no mutation
6 PASS childList Node.textContent: empty string mutation
7 PASS childList Node.normalize mutation
8 PASS childList Node.normalize mutations
9 PASS childList Node.insertBefore: addition mutation
10 PASS childList Node.insertBefore: removal mutation
11 PASS childList Node.insertBefore: removal and addition mutations
12 PASS childList Node.insertBefore: fragment addition mutations
13 PASS childList Node.insertBefore: fragment removal mutations
14 PASS childList Node.insertBefore: last child addition mutation
15 PASS childList Node.appendChild: addition mutation
16 PASS childList Node.appendChild: removal mutation
17 PASS childList Node.appendChild: removal and addition mutations
18 PASS childList Node.appendChild: fragment addition mutations
19 PASS childList Node.appendChild: fragment removal mutations
20 PASS childList Node.appendChild: addition outside document tree mutation
21 PASS childList Node.replaceChild: replacement mutation
22 PASS childList Node.replaceChild: removal mutation
23 FAIL childList Node.replaceChild: internal replacement mutation assert_equals: m utation records must match expected 2 but got 1
24 FAIL childList Node.replaceChild: self internal replacement mutation assert_equa ls: mutation records must match expected 2 but got 1
25 PASS childList Node.removeChild: removal mutation
26 PASS Range (r70) is created
27 PASS childList Range.deleteContents: child removal mutation
28 PASS Range (r71) is created
29 PASS childList Range.deleteContents: child and data removal mutation
30 PASS Range (r80) is created
31 PASS childList Range.extractContents: child removal mutation
32 PASS Range (r81) is created
33 PASS childList Range.extractContents: child and data removal mutation
34 PASS Range (r90) is created
35 PASS childList Range.insertNode: child insertion mutation
36 PASS Range (r91) is created
37 PASS childList Range.insertNode: children insertion mutation
38 PASS Range (r100) is created
39 PASS childList Range.surroundContents: children removal and addition mutation
40 Harness: the test ran to completion.
41
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/move-nodes-across-documents.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698