Fix WebView tests with WebKitGTK 2.43+
It seems that WebKitGTK is now failing to navigate to about: URLs unless
they are about:blank or about:srcdoc, so use about:srcdoc as the
alternate URL to fix the WebView tests.
Ref: 3c3163e71f
This commit is contained in:
parent
a01c870dbb
commit
1622a5c9c2
1 changed files with 4 additions and 0 deletions
|
|
@ -45,7 +45,11 @@ public:
|
|||
}
|
||||
else
|
||||
#endif
|
||||
#if wxUSE_WEBVIEW_WEBKIT2
|
||||
m_alternateHistoryURL = "about:srcdoc";
|
||||
#else
|
||||
m_alternateHistoryURL = "about:";
|
||||
#endif
|
||||
}
|
||||
|
||||
~WebViewTestCase()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue