1 Tests that elements panel updates dom tree structure upon changing the attribute with namespace.
4 Running: testDumpInitial
5 ========= Original ========
6 <a id="node" xlink:href="http://localhost">link</a>
8 Running: testAttributeUpdated
9 ===== On attribute set =====
10 <a id="node" xlink:href="changed-url">link</a>
12 Running: testAttributeRemoved
13 === On attribute removed ===