| OLD | NEW |
| 1 Tests that elements panel updates dom tree structure upon setting attribute. | 1 Tests that elements panel updates dom tree structure upon setting attribute. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testDumpInitial | 4 Running: testDumpInitial |
| 5 ========= Original ======== | 5 ========= Original ======== |
| 6 <div id="node"></div> | 6 <div id="node"></div> |
| 7 | 7 |
| 8 Running: testAttributeUpdated | 8 Running: testAttributeUpdated |
| 9 ===== On attribute set ===== | 9 ===== On attribute set ===== |
| 10 <div id="node" name="value"></div> | 10 <div id="node" name="value"></div> |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 | 27 |
| 28 Running: testRemoveAttributeAsText | 28 Running: testRemoveAttributeAsText |
| 29 === Remove attribute as text === | 29 === Remove attribute as text === |
| 30 <div id="node" foo2="baz2"></div> | 30 <div id="node" foo2="baz2"></div> |
| 31 | 31 |
| 32 Running: testSetMalformedAttributeText | 32 Running: testSetMalformedAttributeText |
| 33 Error: Could not parse value as attributes | 33 Error: Could not parse value as attributes |
| 34 === Set malformed attribute as text === | 34 === Set malformed attribute as text === |
| 35 <div id="node" foo2="baz2"></div> | 35 <div id="node" foo2="baz2"></div> |
| 36 | 36 |
| OLD | NEW |