From 3395426ab651a631aca8ee6b0a694a71df19100f Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Thu, 3 Oct 2019 22:48:16 +0300 Subject: Import QtWebKit commit 49b749171e786df3adcd7a755df428c1846acd69 Change-Id: I4c82d8030969d941bb78b1cc4e77c0a66db8da2c Reviewed-by: Konstantin Tokarev --- tests/webkitwidgets/qwebframe/resources/image.png | Bin 0 -> 14743 bytes tests/webkitwidgets/qwebframe/resources/style.css | 1 + tests/webkitwidgets/qwebframe/resources/test1.html | 1 + tests/webkitwidgets/qwebframe/resources/test2.html | 1 + .../qwebframe/resources/testiframe.html | 53 +++++++++++++++++++++ .../qwebframe/resources/testiframe2.html | 20 ++++++++ 6 files changed, 76 insertions(+) create mode 100644 tests/webkitwidgets/qwebframe/resources/image.png create mode 100644 tests/webkitwidgets/qwebframe/resources/style.css create mode 100644 tests/webkitwidgets/qwebframe/resources/test1.html create mode 100644 tests/webkitwidgets/qwebframe/resources/test2.html create mode 100644 tests/webkitwidgets/qwebframe/resources/testiframe.html create mode 100644 tests/webkitwidgets/qwebframe/resources/testiframe2.html (limited to 'tests/webkitwidgets/qwebframe/resources') diff --git a/tests/webkitwidgets/qwebframe/resources/image.png b/tests/webkitwidgets/qwebframe/resources/image.png new file mode 100644 index 000000000..8d703640c Binary files /dev/null and b/tests/webkitwidgets/qwebframe/resources/image.png differ diff --git a/tests/webkitwidgets/qwebframe/resources/style.css b/tests/webkitwidgets/qwebframe/resources/style.css new file mode 100644 index 000000000..c05b747f1 --- /dev/null +++ b/tests/webkitwidgets/qwebframe/resources/style.css @@ -0,0 +1 @@ +#idP {color: red !important} diff --git a/tests/webkitwidgets/qwebframe/resources/test1.html b/tests/webkitwidgets/qwebframe/resources/test1.html new file mode 100644 index 000000000..b323f966e --- /dev/null +++ b/tests/webkitwidgets/qwebframe/resources/test1.html @@ -0,0 +1 @@ +

Some text 1

diff --git a/tests/webkitwidgets/qwebframe/resources/test2.html b/tests/webkitwidgets/qwebframe/resources/test2.html new file mode 100644 index 000000000..63ac1f6ec --- /dev/null +++ b/tests/webkitwidgets/qwebframe/resources/test2.html @@ -0,0 +1 @@ +

Some text 2

diff --git a/tests/webkitwidgets/qwebframe/resources/testiframe.html b/tests/webkitwidgets/qwebframe/resources/testiframe.html new file mode 100644 index 000000000..ee0f64d1b --- /dev/null +++ b/tests/webkitwidgets/qwebframe/resources/testiframe.html @@ -0,0 +1,53 @@ + + + + + + + +
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.
+ + + + \ No newline at end of file diff --git a/tests/webkitwidgets/qwebframe/resources/testiframe2.html b/tests/webkitwidgets/qwebframe/resources/testiframe2.html new file mode 100644 index 000000000..483e94e1d --- /dev/null +++ b/tests/webkitwidgets/qwebframe/resources/testiframe2.html @@ -0,0 +1,20 @@ + + + + + + +
+ + \ No newline at end of file -- cgit v1.2.3