mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Update comment.
This commit is contained in:
@@ -962,9 +962,9 @@ suite('timing', function() {
|
||||
observer = el.shadowRoot.querySelector('#observer');
|
||||
// Note that path bindings in a falsey dom-if will be updated when the
|
||||
// dom-if becomes truthy, however path notifications to other elements
|
||||
// will be lost; this is a fundamental limitation due to the fact that
|
||||
// batched path notifications are not supported. Hence the `propChanged`
|
||||
// count increments, but the `pathChanged` count does not.
|
||||
// will be lost; this is a fundamental limitation (#4818) due to the fact
|
||||
// that batched path notifications are not supported. Hence the
|
||||
// `propChanged` count increments, but the `pathChanged` count does not.
|
||||
assert.equal(observer.propChanged.callCount, restamp ? 1 : 2);
|
||||
assert.equal(observer.pathChanged.callCount, 1);
|
||||
document.body.removeChild(el);
|
||||
|
||||
Reference in New Issue
Block a user