diff options
Diffstat (limited to 'docshell/test/browser/overlink_test.html')
-rw-r--r-- | docshell/test/browser/overlink_test.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docshell/test/browser/overlink_test.html b/docshell/test/browser/overlink_test.html new file mode 100644 index 0000000000..5efd689311 --- /dev/null +++ b/docshell/test/browser/overlink_test.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> + <head> <meta charset="utf-8"> </head> + <body> + <a id="link" href="https://user:password@example.com">Link</a> + </body> +</html> |