We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaca195 commit dfd0e64Copy full SHA for dfd0e64
test/unit/legacy-noattributes.html
@@ -117,7 +117,7 @@
117
assert.ok(def);
118
});
119
120
- test('native property observeable via `attributeChanged` and reflected to property when `_forceObservedAttributes` is used', () => {
+ test('native properties observeable when `_legacyForceObservedAttributes` set', () => {
121
el = document.createElement('x-native-attrs-force');
122
document.body.appendChild(el);
123
el.tabIndex = 5;
0 commit comments