diff options
Diffstat (limited to 'tests/auto/declarative/qmlgraphicswebview/data/forward.html')
-rw-r--r-- | tests/auto/declarative/qmlgraphicswebview/data/forward.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlgraphicswebview/data/forward.html b/tests/auto/declarative/qmlgraphicswebview/data/forward.html new file mode 100644 index 0000000..030446a --- /dev/null +++ b/tests/auto/declarative/qmlgraphicswebview/data/forward.html @@ -0,0 +1,12 @@ +<html> +<head><title>Forward</title> +<link rel="icon" sizes="48x48" href="basic.png"> +</head> +<body leftmargin="0" marginwidth="0"> +<table width="123"> +<tbody> +<tr><td>This is more.</td></tr> +</tbody> +</table> +</body> +</html> |