import { haveAttribute, haveComputedStyle, html, notHaveAttribute, test } from '../../utils' test('can anchor an element', [html`

contents

`], ({ get }, reload) => { get('h1').should(haveComputedStyle('position', 'absolute')) }, )