servo/tests/wpt/web-platform-tests/std-toast/ref-tests/toast-slotting-expected.html

8 lines
280 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>Toast: slotting test reference</title>
<script type="module">
import 'std:elements/toast';
</script>
<p>Pass if the toast is displayed with the action button last.</p>
<std-toast open>First. Second. <button>Last.</button></std-toast>