We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacdd9c commit 33dad39Copy full SHA for 33dad39
CefSharp.Test/OffScreen/OffScreenBrowserTests.cs
@@ -104,7 +104,7 @@ public async Task ShouldFailWhenLoadingInvalidDomain()
104
}
105
106
107
- [Fact(Skip = "Not working with Chrome bootstrap"]
+ [Fact(Skip = "Not working with Chrome bootstrap")]
108
public async Task ShouldFailWhenLoadingBadSsl()
109
{
110
using (var browser = new ChromiumWebBrowser("https://expired.badssl.com/", useLegacyRenderHandler: false))
0 commit comments