diff --git a/tests/playwright/archiving-assets.spec.ts b/tests/playwright/archiving-assets.spec.ts index d4402345..85080d97 100644 --- a/tests/playwright/archiving-assets.spec.ts +++ b/tests/playwright/archiving-assets.spec.ts @@ -48,3 +48,7 @@ test('Assets / percents in URLs are handled', async ({ page }) => { test('Assets / srcset is used to determine image asset URL', async ({ page }) => { await page.goto('/asset-paths/srcset'); }); + +test('Assets / external CSS files are inlined', async ({ page }) => { + await page.goto('/asset-paths/external-css-files'); +}); diff --git a/tests/playwright/fixtures/asset-paths/external-css-files.html b/tests/playwright/fixtures/asset-paths/external-css-files.html new file mode 100644 index 00000000..b3f849e1 --- /dev/null +++ b/tests/playwright/fixtures/asset-paths/external-css-files.html @@ -0,0 +1,14 @@ + + +
+ + + + +