Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / attribute-modified-ns-expected.txt
1 Tests that elements panel updates dom tree structure upon changing the attribute with namespace.
2
3
4 Running: testDumpInitial
5 ========= Original ========
6   <a id="node" xlink:href="http://localhost">link</a>
7
8 Running: testAttributeUpdated
9 ===== On attribute set =====
10   <a id="node" xlink:href="changed-url">link</a>
11
12 Running: testAttributeRemoved
13 === On attribute removed ===
14   <a id="node">link</a>
15