OLD | NEW |
(Empty) | |
| 1 Tests DOM update highlights in the DOM tree. |
| 2 |
| 3 |
| 4 Running: testDumpInitial |
| 5 ========= Original ======== |
| 6 |
| 7 Running: testSetAttributeOtherValue |
| 8 //*[@id="attrTest"]/@attrfoo bar |
| 9 |
| 10 Running: testSetAttributeEmpty |
| 11 //*[@id="attrTest"]/@attrfoo (empty) |
| 12 |
| 13 Running: testAddAttribute |
| 14 //*[@id="attrTest"]/@attrbar newBar |
| 15 |
| 16 Running: testRemoveAttribute |
| 17 //*[@id="attrTest"] |
| 18 |
| 19 Running: testAppendChildToEmpty |
| 20 //*[@id="childTest"] |
| 21 |
| 22 Running: testAppendChildToExpanded |
| 23 //*[@id="child2"] |
| 24 |
| 25 Running: testRemoveChild1 |
| 26 //*[@id="childTest"] |
| 27 |
| 28 Running: testRemoveChild2 |
| 29 //*[@id="childTest"] |
| 30 |
| 31 Running: testSetTextContent |
| 32 //*[@id="textTest"]/text() "Text" |
| 33 |
| 34 Running: testSetTextNodeTextContent |
| 35 //*[@id="textTest"]/text() "NewText" |
| 36 |
| 37 Running: testRemoveInlineTextNode |
| 38 //*[@id="textTest"] |
| 39 |
| 40 Running: testSetTextContentWithEmptyText |
| 41 //*[@id="textTest"]/text() "Text" |
| 42 |
| 43 Running: testClearTextNodeTextContent |
| 44 //*[@id="textTest"] |
| 45 //*[@id="textTest"]/text() "" |
| 46 |
OLD | NEW |