Skip to content

Commit a949164

Browse files
authored
Merge pull request #5107 from quarto-dev/test/add-revealjs-issue5084
Test also reveajs for #5084
2 parents aba7f28 + 7bedaa9 commit a949164

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/docs/smoke-all/2023/04/04/issue-5084.qmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
format:
3-
html:
4-
embed-resources: true
2+
embed-resources: true
53
resource-path: ["dummy"]
64
_quarto:
75
tests:
86
html:
97
ensureHtmlElements:
108
- ['img[src^="data:image/png;base64"]']
119
- ['img[src^="temp.png"]']
10+
revealjs:
11+
ensureHtmlElements:
12+
- ['img[data-src^="data:image/png;base64"]']
13+
- ['img[data-src^="temp.png"]']
1214
---
1315

1416
# show the plot

0 commit comments

Comments
 (0)