mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-13 10:52:15 +01:00
fix(chromium): assets not loading
This commit is contained in:
BIN
test/integration/testdata/html-with-asset/image.png
vendored
Normal file
BIN
test/integration/testdata/html-with-asset/image.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 B |
11
test/integration/testdata/html-with-asset/index.html
vendored
Normal file
11
test/integration/testdata/html-with-asset/index.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>HTML with Asset</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Asset test</p>
|
||||
<img src="image.png" alt="Test image" />
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user