add failing tests

pull/3775/head
Conduitry 6 years ago
parent d91e9afab6
commit b1c2ced6f3

@ -0,0 +1,3 @@
export default {
html: `<input readonly>`
};

@ -0,0 +1,3 @@
export default {
html: `<input>`
};

@ -0,0 +1 @@
<input {...{ foo: null }} readonly={false} required={false} disabled={null}>
Loading…
Cancel
Save