diff options
Diffstat (limited to 'tests/auto/qtextbrowser/anchor.html')
-rw-r--r-- | tests/auto/qtextbrowser/anchor.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qtextbrowser/anchor.html b/tests/auto/qtextbrowser/anchor.html new file mode 100644 index 0000000..e347a2b --- /dev/null +++ b/tests/auto/qtextbrowser/anchor.html @@ -0,0 +1,11 @@ +<html> +<head> +<title>Sample Anchor</title> +</head> +<body> +<p><a href="file.html#anchor">Click Me!</a></p> +<p> +<a name="jumphere"></a>Here's a destination to jump to. +</p> +</body> +</html> |