fix: chromium exact colors (#361)

This commit is contained in:
Julien Neuhart
2021-09-21 18:51:52 +02:00
committed by GitHub
parent dfe89f0d83
commit 5fb35c2d48
4 changed files with 43 additions and 1 deletions

View File

@@ -321,6 +321,9 @@ func TestChromium_PDF(t *testing.T) {
URL: "file:///tests/test/testdata/chromium/html/sample6/index.html",
allowFileAccessFromFiles: true,
},
{
URL: "file:///tests/test/testdata/chromium/html/sample7/index.html",
},
} {
func() {
mod := new(Chromium)