mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Update test name.
This commit is contained in:
@@ -117,7 +117,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
assert.ok(def);
|
||||
});
|
||||
|
||||
test('native property observeable via `attributeChanged` and reflected to property when `_forceObservedAttributes` is used', () => {
|
||||
test('native properties observeable when `_legacyForceObservedAttributes` set', () => {
|
||||
el = document.createElement('x-native-attrs-force');
|
||||
document.body.appendChild(el);
|
||||
el.tabIndex = 5;
|
||||
|
||||
Reference in New Issue
Block a user