Skip to content

Commit

Permalink
test other attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Sep 14, 2023
1 parent 3cf0295 commit cb9fb09
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/docs/smoke-all/2023/09/14/6833.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ _quarto:
tests:
html:
ensureHtmlElements:
- ["div.v2 iframe[height=\"360\"]"]
-
- "div.v2 iframe[height=\"360\"]"
- "div.v3 iframe[width=\"640\"]"
- []
---

Expand All @@ -18,4 +20,10 @@ _quarto:

{{< video https://www.youtube-nocookie.com/embed/aqz-KE-bpKQ width="640" aspect-ratio="16x9" >}}

:::

::: v3

{{< video https://www.youtube-nocookie.com/embed/aqz-KE-bpKQ height="360" aspect-ratio="16x9" >}}

:::

0 comments on commit cb9fb09

Please sign in to comment.