/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/iframe-srcdoc-css/__snapshots__/ConfigTest.snap
20 строк
551 B
Sebastian Beltran
feat(html): implement asset URL rewriting for <iframe srcdoc> in HTML (#21226)
23 июн 2026, 23:33
Не верифицирован
23 июн 2026, 23:33
164a6ff
Код
Авторство
О чём код?
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`ConfigTestCases html iframe-srcdoc-css exported tests should process CSS inside <iframe srcdoc> (@import, url(), and <link>) 1`] = ` "<!DOCTYPE html> <html> <head><title>srcdoc css</title></head> <body> <iframe srcdoc=\\"<style>body { color: red; } </style>\\"></iframe> <iframe srcdoc=\\"<style>body{background:url(handled-pixel.png)} </style>\\"></iframe> <iframe srcdoc=\\"<link rel="stylesheet" href="576.bundle0.css">\\"></iframe> </body> </html> " `;