1 Tests DOM update highlights in the DOM tree.
4 Running: testDumpInitial
5 ========= Original ========
8 Running: testSetAttributeOtherValue
9 //*[@id="attrTest"]/@attrfoo bar
11 Running: testSetAttributeEmpty
12 //*[@id="attrTest"]/@attrfoo (empty)
14 Running: testAddAttribute
15 //*[@id="attrTest"]/@attrbar newBar
17 Running: testRemoveAttribute
20 Running: testAppendChildToEmpty
23 Running: testAppendChildToExpanded
26 Running: testRemoveChild1
29 Running: testRemoveChild2
32 Running: testSetTextContent
34 //*[@id="textTest"]/text() "Text"
36 Running: testSetTextNodeTextContent
38 //*[@id="textTest"]/text() "NewText"
40 Running: testRemoveInlineTextNode
43 Running: testSetTextContentWithEmptyText
45 //*[@id="textTest"]/text() "Text"
47 Running: testClearTextNodeTextContent
49 //*[@id="textTest"]/text() ""
51 Running: testAppendChildWhenHidden