summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebengineurlrequestinterceptor/resources/iframe.html
diff options
context:
space:
mode:
authorTamas Zakor <ztamas@inf.u-szeged.hu>2018-11-13 13:52:45 +0100
committerZakor Tamas <ztamas@inf.u-szeged.hu>2019-01-03 14:38:37 +0000
commitc37ee40aa43aac7a717f0e5c24816834cffb2b76 (patch)
treeb669e69bf77ded7038426e63f523a2f3329ebe75 /tests/auto/core/qwebengineurlrequestinterceptor/resources/iframe.html
parentd8eaae80844eed5be48a606f2c604157c9cba7b4 (diff)
Fix QWebEngineUrlRequestInfo::firstPartyUrl() after 69-based
The issue was introduced by this Chromium change: https://chromium-review.googlesource.com/c/chromium/src/+/1025772/ Add new auto tests for first party url. Depends on Chromium change: d2f5d6869f Add net::URLRequest::first_party_url() Task-number: QTBUG-70790 Change-Id: Ib43bde69990e7fb1d495cc32ac2f6860a613f185 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto/core/qwebengineurlrequestinterceptor/resources/iframe.html')
-rw-r--r--tests/auto/core/qwebengineurlrequestinterceptor/resources/iframe.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/core/qwebengineurlrequestinterceptor/resources/iframe.html b/tests/auto/core/qwebengineurlrequestinterceptor/resources/iframe.html
new file mode 100644
index 000000000..f17027c7a
--- /dev/null
+++ b/tests/auto/core/qwebengineurlrequestinterceptor/resources/iframe.html
@@ -0,0 +1,6 @@
+<html>
+<body>
+<p>top</p>
+<iframe src="iframe2.html" width="80%" height="30%"/>
+</body>
+</html>