diff options
Diffstat (limited to 'Tools/TestWebKitAPI/Tests/WebKit2/set-long-title.html')
-rw-r--r-- | Tools/TestWebKitAPI/Tests/WebKit2/set-long-title.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tools/TestWebKitAPI/Tests/WebKit2/set-long-title.html b/Tools/TestWebKitAPI/Tests/WebKit2/set-long-title.html new file mode 100644 index 000000000..c31765a9e --- /dev/null +++ b/Tools/TestWebKitAPI/Tests/WebKit2/set-long-title.html @@ -0,0 +1,10 @@ +<html> +<head> +<title>Original Short Title</title> +</head> +<body> +<script> +document.title = Array(8096).join(String.fromCharCode(0x8181)); +</script> +</body> +</html>
\ No newline at end of file |