Skip to content

Commit 8716831

Browse files
committed
forgot the disabled attr
1 parent 3f1e066 commit 8716831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ window.File = new Proxy(nativeFile, {
172172
describe('disabled', () => {
173173
it('Shold not include disabled fields', () => {
174174
const fd = create_form(
175-
`<input name=foo value=bar>`
175+
`<input disabled name=foo value=bar>`
176176
)
177177
assert.deepEqual([...fd], [])
178178
})

0 commit comments

Comments
 (0)