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 --- .../WebKit/qt/tests/qwebframe/resources/image.png | Bin 14743 -> 0 bytes .../WebKit/qt/tests/qwebframe/resources/style.css | 1 - .../WebKit/qt/tests/qwebframe/resources/test1.html | 1 - .../WebKit/qt/tests/qwebframe/resources/test2.html | 1 - .../qt/tests/qwebframe/resources/testiframe.html | 53 --------------------- .../qt/tests/qwebframe/resources/testiframe2.html | 20 -------- 6 files changed, 76 deletions(-) delete mode 100644 Source/WebKit/qt/tests/qwebframe/resources/image.png delete mode 100644 Source/WebKit/qt/tests/qwebframe/resources/style.css delete mode 100644 Source/WebKit/qt/tests/qwebframe/resources/test1.html delete mode 100644 Source/WebKit/qt/tests/qwebframe/resources/test2.html delete mode 100644 Source/WebKit/qt/tests/qwebframe/resources/testiframe.html delete mode 100644 Source/WebKit/qt/tests/qwebframe/resources/testiframe2.html (limited to 'Source/WebKit/qt/tests/qwebframe/resources') diff --git a/Source/WebKit/qt/tests/qwebframe/resources/image.png b/Source/WebKit/qt/tests/qwebframe/resources/image.png deleted file mode 100644 index 8d703640c..000000000 Binary files a/Source/WebKit/qt/tests/qwebframe/resources/image.png and /dev/null differ 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 @@ -

Some text 1

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 @@ -

Some text 2

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 @@ - - - - - - - -
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/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 @@ - - - - - - -
- - \ No newline at end of file -- cgit v1.2.1