summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginehistory
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2014-04-17 03:38:13 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-22 11:58:08 +0200
commit88e705ba8f610f3c8f8d36bcbe72bb11a085d90f (patch)
treedbf782fbc21fe52e969312838a250b4949fb83ac /tests/auto/widgets/qwebenginehistory
parent6d98d884f482453ca7a9fa273fd21af8bda288f9 (diff)
Fix WebKit Bugzilla links
The bugs.webengine.org domain does not exist. Change-Id: I70ffb181e20e7c96ca3e6e32ee55b49b21f5bd9f Reviewed-by: Adam Kallai <kadam@inf.u-szeged.hu> Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'tests/auto/widgets/qwebenginehistory')
-rw-r--r--tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp b/tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp
index 86261721c..07427774a 100644
--- a/tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp
+++ b/tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp
@@ -433,7 +433,7 @@ void tst_QWebEngineHistory::popPushState_data()
QTest::newRow("forward") << "history.forward();";
}
-/** Crash test, WebKit bug 38840 (https://bugs.webengine.org/show_bug.cgi?id=38840) */
+/** Crash test, WebKit bug 38840 (https://bugs.webkit.org/show_bug.cgi?id=38840) */
void tst_QWebEngineHistory::popPushState()
{
QFETCH(QString, script);