diff options
Diffstat (limited to 'Tools/TestWebKitAPI/Tests/WebKit2/link-with-title.html')
-rw-r--r-- | Tools/TestWebKitAPI/Tests/WebKit2/link-with-title.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/TestWebKitAPI/Tests/WebKit2/link-with-title.html b/Tools/TestWebKitAPI/Tests/WebKit2/link-with-title.html new file mode 100644 index 000000000..971ed281b --- /dev/null +++ b/Tools/TestWebKitAPI/Tests/WebKit2/link-with-title.html @@ -0,0 +1,5 @@ +<html> + <body> + <a href="#" style="display: block; height: 100%;" title="HitTestLinkTitle"></a> + </body> +</html> |