fix: filename case (#351)

This commit is contained in:
Julien Neuhart
2021-09-15 17:41:03 +02:00
committed by GitHub
parent 13e6c2dbeb
commit 6e47f16fe1
9 changed files with 118 additions and 13 deletions

View File

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