Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 1e554e6

Browse files
committed
renamed test to '(Number)Input.value'
1 parent 2f0775b commit 1e554e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ suite('Form Element Bindings', function() {
652652
radioInputCheckedMultipleForms(shadowRoot, done);
653653
});
654654

655-
test('(Number)Input.number', function(done) {
655+
test('(Number)Input.value', function(done) {
656656
var input = testDiv.appendChild(document.createElement('input'));
657657
testDiv.appendChild(input);
658658
input.type = 'number';

0 commit comments

Comments
 (0)