# Fixtures for `once_file_drops`

Drop the two sample files into this directory:

- `sample.jpg` — any picture (jpg/png/gif). The test asserts a `<img>` element
  decodes to non-zero `naturalWidth` after the drop.
- `sample.vcf` — a vCard file. The test parses `FN`, `N`, `TEL`, `EMAIL`
  fields from the file and asserts at least one of those values appears in
  the rendered DOM text after the drop.

The filenames are referenced from the sibling `otest.yaml`. Change both files
+ yaml if you want different names.
