diff options
Diffstat (limited to 'WebKit/qt/tests/qwebframe/resources')
| -rw-r--r-- | WebKit/qt/tests/qwebframe/resources/image.png (renamed from WebKit/qt/tests/qwebframe/resources/image2.png) | bin | 14743 -> 14743 bytes | |||
| -rw-r--r-- | WebKit/qt/tests/qwebframe/resources/style.css | 1 | ||||
| -rw-r--r-- | WebKit/qt/tests/qwebframe/resources/test1.html | 1 | ||||
| -rw-r--r-- | WebKit/qt/tests/qwebframe/resources/test2.html | 1 | ||||
| -rw-r--r-- | WebKit/qt/tests/qwebframe/resources/testiframe.html | 54 | ||||
| -rw-r--r-- | WebKit/qt/tests/qwebframe/resources/testiframe2.html | 21 |
6 files changed, 78 insertions, 0 deletions
diff --git a/WebKit/qt/tests/qwebframe/resources/image2.png b/WebKit/qt/tests/qwebframe/resources/image.png Binary files differindex 8d70364..8d70364 100644 --- a/WebKit/qt/tests/qwebframe/resources/image2.png +++ b/WebKit/qt/tests/qwebframe/resources/image.png diff --git a/WebKit/qt/tests/qwebframe/resources/style.css b/WebKit/qt/tests/qwebframe/resources/style.css new file mode 100644 index 0000000..c05b747 --- /dev/null +++ b/WebKit/qt/tests/qwebframe/resources/style.css @@ -0,0 +1 @@ +#idP {color: red !important} diff --git a/WebKit/qt/tests/qwebframe/resources/test1.html b/WebKit/qt/tests/qwebframe/resources/test1.html new file mode 100644 index 0000000..b323f96 --- /dev/null +++ b/WebKit/qt/tests/qwebframe/resources/test1.html @@ -0,0 +1 @@ +<html><body><p>Some text 1</p></body></html> diff --git a/WebKit/qt/tests/qwebframe/resources/test2.html b/WebKit/qt/tests/qwebframe/resources/test2.html new file mode 100644 index 0000000..63ac1f6 --- /dev/null +++ b/WebKit/qt/tests/qwebframe/resources/test2.html @@ -0,0 +1 @@ +<html><body> <p>Some text 2</p></body></html> diff --git a/WebKit/qt/tests/qwebframe/resources/testiframe.html b/WebKit/qt/tests/qwebframe/resources/testiframe.html new file mode 100644 index 0000000..203d3d3 --- /dev/null +++ b/WebKit/qt/tests/qwebframe/resources/testiframe.html @@ -0,0 +1,54 @@ +</html>
+<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 diff --git a/WebKit/qt/tests/qwebframe/resources/testiframe2.html b/WebKit/qt/tests/qwebframe/resources/testiframe2.html new file mode 100644 index 0000000..0d3a22f --- /dev/null +++ b/WebKit/qt/tests/qwebframe/resources/testiframe2.html @@ -0,0 +1,21 @@ +</html>
+<html>
+<head>
+<title></title>
+<style type="text/css">
+<!--
+#content {
+ background: #fff;
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ width: 800px;
+ height: 800px;
+}
+-->
+</style>
+</head>
+<body>
+<div id="content"> </div>
+</body>
+</html>
\ No newline at end of file |
