OLD | NEW |
1 Tests DOM update highlights in the DOM tree. | 1 Tests DOM update highlights in the DOM tree. |
2 | 2 |
3 | 3 |
4 Running: testDumpInitial | 4 Running: testDumpInitial |
5 ========= Original ======== | 5 ========= Original ======== |
6 <No highlights> | 6 <No highlights> |
7 | 7 |
8 Running: testSetAttributeOtherValue | 8 Running: testSetAttributeOtherValue |
9 //*[@id="attrTest"]/@attrfoo bar | 9 //*[@id="attrTest"]/@attrfoo bar |
10 | 10 |
(...skipping 16 matching lines...) Expand all Loading... |
27 //*[@id="childTest"] | 27 //*[@id="childTest"] |
28 | 28 |
29 Running: testRemoveChild2 | 29 Running: testRemoveChild2 |
30 //*[@id="childTest"] | 30 //*[@id="childTest"] |
31 | 31 |
32 Running: testSetTextContent | 32 Running: testSetTextContent |
33 //*[@id="textTest"] | 33 //*[@id="textTest"] |
34 //*[@id="textTest"]/text() "Text" | 34 //*[@id="textTest"]/text() "Text" |
35 | 35 |
36 Running: testSetTextNodeTextContent | 36 Running: testSetTextNodeTextContent |
| 37 //*[@id="textTest"] |
37 //*[@id="textTest"]/text() "NewText" | 38 //*[@id="textTest"]/text() "NewText" |
38 | 39 |
39 Running: testRemoveInlineTextNode | 40 Running: testRemoveInlineTextNode |
40 //*[@id="textTest"] | 41 //*[@id="textTest"] |
41 | 42 |
42 Running: testSetTextContentWithEmptyText | 43 Running: testSetTextContentWithEmptyText |
43 //*[@id="textTest"] | 44 //*[@id="textTest"] |
44 //*[@id="textTest"]/text() "Text" | 45 //*[@id="textTest"]/text() "Text" |
45 | 46 |
46 Running: testClearTextNodeTextContent | 47 Running: testClearTextNodeTextContent |
| 48 //*[@id="textTest"] |
47 //*[@id="textTest"]/text() "" | 49 //*[@id="textTest"]/text() "" |
48 | 50 |
49 Running: testAppendChildWhenHidden | 51 Running: testAppendChildWhenHidden |
50 <No highlights> | 52 <No highlights> |
51 | 53 |
OLD | NEW |