Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / attribute-modified-ns-expected.txt
blob2b7626ce423299bf3d84cd1130633b4c7228896a
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 ===
14   <a id="node">link</a>