Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 254ea5c

Browse files
committed
Degrade dropzone to "rejected", fixes #498
1 parent fcad313 commit 254ea5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/9/data.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,8 @@ var tests = [
19481948
}, {
19491949
id: 'dropzone',
19501950
name: '<code>dropzone</code> attribute',
1951-
value: 1,
1951+
status: 'rejected',
1952+
value: 0,
19521953
url: 'http://www.w3.org/TR/html5/editing.html#the-dropzone-attribute '
19531954
}
19541955
]

0 commit comments

Comments
 (0)