mirror of https://github.com/sveltejs/svelte
This test is showing that random content will trigger an error. The acceptable terms are `ascending` and `descending`. Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>pull/7974/head
parent
b74174c909
commit
07e039d035
@ -1,5 +1,5 @@
|
|||||||
<div aria-sort="" />
|
<div aria-sort="" />
|
||||||
<div aria-sort="descnding" />
|
<div aria-sort="incorrect" />
|
||||||
<div aria-sort />
|
<div aria-sort />
|
||||||
<div aria-sort={true} />
|
<div aria-sort={true} />
|
||||||
<div aria-sort={"false"} />
|
<div aria-sort={"false"} />
|
||||||
|
|||||||
Loading…
Reference in new issue