summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebengineview/resources/basic_printing_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/qwebengineview/resources/basic_printing_page.html')
-rw-r--r--tests/auto/widgets/qwebengineview/resources/basic_printing_page.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/widgets/qwebengineview/resources/basic_printing_page.html b/tests/auto/widgets/qwebengineview/resources/basic_printing_page.html
new file mode 100644
index 000000000..0c6ff379f
--- /dev/null
+++ b/tests/auto/widgets/qwebengineview/resources/basic_printing_page.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+<title> Basic Printing Page </title>
+</head>
+<body>
+<h1>Hello Paper World</h1>
+</body>
+</html>