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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 Running: testSetTextContentWithEmptyText | 42 Running: testSetTextContentWithEmptyText |
43 //*[@id="textTest"] | 43 //*[@id="textTest"] |
44 //*[@id="textTest"]/text() "Text" | 44 //*[@id="textTest"]/text() "Text" |
45 | 45 |
46 Running: testClearTextNodeTextContent | 46 Running: testClearTextNodeTextContent |
47 //*[@id="textTest"]/text() "" | 47 //*[@id="textTest"]/text() "" |
48 | 48 |
49 Running: testAppendChildWhenHidden | 49 Running: testAppendChildWhenHidden |
50 <No highlights> | 50 <No highlights> |
51 | 51 |
OLD | NEW |