1 Tests that moving an element between documents with different quirks mode works
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS htmlElement.classList.contains("A") is true
8 PASS htmlElement.classList.contains("a") is true
9 PASS htmlElement.classList.contains("B") is true
10 PASS htmlElement.classList.contains("b") is false
12 PASS htmlElement.classList.contains("A") is true
13 PASS htmlElement.classList.contains("a") is true
14 PASS htmlElement.classList.contains("B") is true
15 PASS htmlElement.classList.contains("b") is false
16 Moved back to standards mode
17 PASS htmlElement.classList.contains("A") is true
18 PASS htmlElement.classList.contains("a") is true
19 PASS htmlElement.classList.contains("B") is true
20 PASS htmlElement.classList.contains("b") is false
21 PASS successfullyParsed is true