summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets.pro
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2018-04-05 10:55:30 +0200
committerJüri Valdmann <juri.valdmann@qt.io>2018-04-17 17:46:51 +0000
commitb7e5722cce95730004ef6cb9f4aabde5bbd5685d (patch)
treef2eddea3862f15047efe4e5ba1706bb91f64046b /tests/auto/widgets/widgets.pro
parent188e61a7e3eb6fe1e08a7c13bc2d514c0ec0be92 (diff)
Add tests/auto/widgets/origins
Unlike http/https, the same-origin policy for file, qrc and custom schemes is not specified in any standard and, for the latter two, is not tested by Chromium either. Therefore some tests might be useful. Task-number: QTBUG-62536 Change-Id: I194d06c16c44b0a78bf4dba57415a2d2c6b991cc Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto/widgets/widgets.pro')
-rw-r--r--tests/auto/widgets/widgets.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro
index 36dfaba9f..5a13e8075 100644
--- a/tests/auto/widgets/widgets.pro
+++ b/tests/auto/widgets/widgets.pro
@@ -3,6 +3,7 @@ QT_FOR_CONFIG += webengine
TEMPLATE = subdirs
SUBDIRS += \
+ origins \
qwebenginedefaultsurfaceformat \
qwebenginedownloads \
qwebenginefaviconmanager \
@@ -32,5 +33,5 @@ qtConfig(webengine-spellchecker):!cross_compile {
boot2qt: SUBDIRS -= qwebengineaccessibility qwebenginedefaultsurfaceformat \
qwebenginefaviconmanager qwebenginepage qwebenginehistory \
qwebengineprofile qwebengineschemes qwebenginescript \
- qwebengineview qwebenginedownloads qwebenginesettings
-
+ qwebengineview qwebenginedownloads qwebenginesettings \
+ origins