diff options
author | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2019-10-11 12:44:19 +0200 |
---|---|---|
committer | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2019-10-11 12:44:19 +0200 |
commit | ab1bd15209abaf7effc51dbc2f272c5681af7223 (patch) | |
tree | 680bfbc4ab13514a9d2288609377bd8461f1d9f6 /Source/WebKit/qt/tests/qwebframe/resources | |
parent | 5909e6d0d10de3e1370b3ea0bc596f580101e3b4 (diff) | |
parent | 2eac3aeb98fca0e6c13aaaff481861c5ef679e68 (diff) | |
download | qtwebkit-dev.tar.gz |
Change-Id: I2b773e6958cf1d3699ff7887f2807572f1dafa8d
Diffstat (limited to 'Source/WebKit/qt/tests/qwebframe/resources')
-rw-r--r-- | Source/WebKit/qt/tests/qwebframe/resources/image.png | bin | 14743 -> 0 bytes | |||
-rw-r--r-- | Source/WebKit/qt/tests/qwebframe/resources/style.css | 1 | ||||
-rw-r--r-- | Source/WebKit/qt/tests/qwebframe/resources/test1.html | 1 | ||||
-rw-r--r-- | Source/WebKit/qt/tests/qwebframe/resources/test2.html | 1 | ||||
-rw-r--r-- | Source/WebKit/qt/tests/qwebframe/resources/testiframe.html | 53 | ||||
-rw-r--r-- | Source/WebKit/qt/tests/qwebframe/resources/testiframe2.html | 20 |
6 files changed, 0 insertions, 76 deletions
diff --git a/Source/WebKit/qt/tests/qwebframe/resources/image.png b/Source/WebKit/qt/tests/qwebframe/resources/image.png Binary files differdeleted file mode 100644 index 8d703640c..000000000 --- a/Source/WebKit/qt/tests/qwebframe/resources/image.png +++ /dev/null diff --git a/Source/WebKit/qt/tests/qwebframe/resources/style.css b/Source/WebKit/qt/tests/qwebframe/resources/style.css deleted file mode 100644 index c05b747f1..000000000 --- a/Source/WebKit/qt/tests/qwebframe/resources/style.css +++ /dev/null @@ -1 +0,0 @@ -#idP {color: red !important} diff --git a/Source/WebKit/qt/tests/qwebframe/resources/test1.html b/Source/WebKit/qt/tests/qwebframe/resources/test1.html deleted file mode 100644 index b323f966e..000000000 --- a/Source/WebKit/qt/tests/qwebframe/resources/test1.html +++ /dev/null @@ -1 +0,0 @@ -<html><body><p>Some text 1</p></body></html> diff --git a/Source/WebKit/qt/tests/qwebframe/resources/test2.html b/Source/WebKit/qt/tests/qwebframe/resources/test2.html deleted file mode 100644 index 63ac1f6ec..000000000 --- a/Source/WebKit/qt/tests/qwebframe/resources/test2.html +++ /dev/null @@ -1 +0,0 @@ -<html><body> <p>Some text 2</p></body></html> diff --git a/Source/WebKit/qt/tests/qwebframe/resources/testiframe.html b/Source/WebKit/qt/tests/qwebframe/resources/testiframe.html deleted file mode 100644 index ee0f64d1b..000000000 --- a/Source/WebKit/qt/tests/qwebframe/resources/testiframe.html +++ /dev/null @@ -1,53 +0,0 @@ -<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/Source/WebKit/qt/tests/qwebframe/resources/testiframe2.html b/Source/WebKit/qt/tests/qwebframe/resources/testiframe2.html deleted file mode 100644 index 483e94e1d..000000000 --- a/Source/WebKit/qt/tests/qwebframe/resources/testiframe2.html +++ /dev/null @@ -1,20 +0,0 @@ -<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 |