OLD | NEW |
1 Tests that style modification generates attribute updated event only when attrib
ute is actually changed. | 1 Tests that style modification generates attribute updated event only when attrib
ute is actually changed. |
2 | 2 |
3 | 3 |
4 Running: testSetUp | 4 Running: testSetUp |
5 | 5 |
6 Running: testSetNewValue | 6 Running: testSetNewValue |
7 WebInspector.DOMAgent.Events.AttrModified should be issued | 7 WebInspector.DOMModel.Events.AttrModified should be issued |
8 | 8 |
9 Running: testSetSameValue | 9 Running: testSetSameValue |
10 WebInspector.DOMNode.prototype._setAttributesPayload should be called | 10 WebInspector.DOMNode.prototype._setAttributesPayload should be called |
11 | 11 |
OLD | NEW |