summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginepage/resources/testiframe.html
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2015-09-08 09:11:02 -0700
committerSzabolcs David <davidsz@inf.u-szeged.hu>2015-09-09 10:41:25 +0000
commitaa8b11d3a53407c89d7e6a1471327ea8cd09f4fa (patch)
tree337a4d16291a3df4d2a1f90f2f21e7b34eaff3d5 /tests/auto/widgets/qwebenginepage/resources/testiframe.html
parenta9988f6c4733276469b8473709e18408aca110c1 (diff)
Merge QWebEngineFrame tests into tst_qwebenginepage
It also fixes the failing progressSignal test case and skips the asserting tests: setUrlToEmpty and setUrlHistory. Change-Id: I2b2b5504247c09e5791a3c202b24b83c266c286f Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tests/auto/widgets/qwebenginepage/resources/testiframe.html')
-rw-r--r--tests/auto/widgets/qwebenginepage/resources/testiframe.html53
1 files changed, 53 insertions, 0 deletions
diff --git a/tests/auto/widgets/qwebenginepage/resources/testiframe.html b/tests/auto/widgets/qwebenginepage/resources/testiframe.html
new file mode 100644
index 000000000..4b0e30ca5
--- /dev/null
+++ b/tests/auto/widgets/qwebenginepage/resources/testiframe.html
@@ -0,0 +1,53 @@
+<html>
+<head>
+<title></title>
+<style type="text/css">
+<!--
+#header {
+ background: #0f0;
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ width: 800px;
+ height: 100px;
+}
+#content1 {
+ background: #ff0;
+ position: absolute;
+ top: 101px;
+ left: 0px;
+ width: 400px;
+ height: 400px;
+ overflow: scroll;
+}
+#content2 {
+ background: #ff7;
+ position: absolute;
+ top: 101px;
+ left: 401px;
+ width: 400px;
+ height: 400px;
+}
+#footer {
+ background: #0f0;
+ position: absolute;
+ top: 502px;
+ left: 0px;
+ width: 800px;
+ height: 200px;
+}
+-->
+</style>
+</head>
+<body>
+<div id="header"></div>
+<div id="content1">You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
+You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
+You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
+You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
+You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.
+You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.</div>
+<iframe id="content2" name="control" src="testiframe2.html"> </iframe>
+<div id="footer"></div>
+</body>
+</html> \ No newline at end of file