diff options
Diffstat (limited to 'tests/auto/declarative/visual/webview/settings/test.html')
-rw-r--r-- | tests/auto/declarative/visual/webview/settings/test.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/declarative/visual/webview/settings/test.html b/tests/auto/declarative/visual/webview/settings/test.html new file mode 100644 index 0000000..3265e20 --- /dev/null +++ b/tests/auto/declarative/visual/webview/settings/test.html @@ -0,0 +1,9 @@ +<html> +<body> +<h1>Boring Document</h1> +<p> +This is a boring document. +</p> +<i>This is italic.</i> +<b>This is bold.</b> +<tt>This is fixed.</tt> |