module.exports = [ { html: '', target: '#target', role: 'button', }, { html: '
', target: '#target', role: null, }, { html: '', target: '#target', role: null, }, { html: 'link', target: '#target', role: 'link', }, { html: 'link', target: '#target', role: null, }, { html: 'link', target: '#target', role: 'link', }, { html: 'link', target: '#target', role: null, }, { html: '', target: '#target', role: 'contentinfo', }, { html: '
', target: '#target', role: null, }, { html: '', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: 'form', }, { html: '
foo
', target: '#target', role: 'form', }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: 'banner', }, { html: '
', target: '#target', role: null, }, { html: '', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: 'value', target: '#target', role: 'img', }, { html: '', target: '#target', role: 'img', }, { html: '', target: '#target', role: 'presentation', }, { html: '', target: '#target', role: 'img', }, { html: '', target: '#target', role: 'img', }, { html: '', target: '#target', role: 'button', }, { html: '', target: '#target', role: 'button', }, { html: '', target: '#target', role: 'button', }, { html: '', target: '#target', role: 'button', }, { html: '', target: '#target', role: 'checkbox', }, { html: '', target: '#target', role: 'textbox', }, { html: '', target: '#target', role: 'textbox', }, { html: '', target: '#target', role: 'textbox', }, { html: '', target: '#target', role: 'textbox', }, { html: '', target: '#target', role: 'textbox', }, { html: '', target: '#target', role: 'textbox', }, { html: '', target: '#target', role: 'textbox', }, { html: '', target: '#target', role: 'textbox', }, { html: '', target: '#target', role: 'combobox', }, { html: '
', target: '#target', role: 'textbox', }, { html: '', target: '#target', role: 'textbox', }, { html: '', target: '#target', role: 'spinbutton', }, { html: '', target: '#target', role: 'radio', }, { html: '', target: '#target', role: 'slider', }, { html: '', target: '#target', role: 'searchbox', }, { html: '', target: '#target', role: 'combobox', }, { html: '', target: '#target', role: 'textbox', }, { html: '
', target: '#target', role: 'region', }, { html: '
foo
', target: '#target', role: 'region', }, { html: '
', target: '#target', role: null, }, { html: '
', target: '#target', role: null, }, { html: '', target: '#target', role: 'listbox', }, { html: '', target: '#target', role: 'listbox', }, { html: '', target: '#target', role: 'combobox', }, { html: '', target: '#target', role: 'combobox', }, { html: '
', target: '#target', role: 'cell', }, { html: '
', target: '#target', role: 'gridcell', }, { html: '
', target: '#target', role: 'gridcell', }, { html: '
', target: '#target', role: 'rowheader', }, { html: '
', target: '#target', role: 'columnheader', }, ];