| <!DOCTYPE html> |
| <html> |
| <head> |
| <title>test-picker-sk</title> |
| <meta charset="utf-8" /> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| </head> |
| <body class="body-sk"> |
| <h1>test-picker-sk</h1> |
| <section class="body-sk font-sk"> |
| <test-picker-sk></test-picker-sk> |
| </section> |
| <section class="body-sk font-sk darkmode"> |
| <test-picker-sk id="test-picker-dark"></test-picker-sk> |
| </section> |
| |
| <h2>Events</h2> |
| <pre id=events></pre> |
| <button id="populate-query">Populate Query</button> |
| <button id="populate-partial-query">Populate Partial Query</button> |
| </body> |
| </html> |