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