mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
8 lines
280 B
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>
|