diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 00:35:58 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 00:35:58 +0000 |
commit | faf1a4aab0faaa80cb1687e5535faef8455879ad (patch) | |
tree | 9c7a810b1fa54b5c38859124c31b34ff66c0e3ca | |
parent | 8fa4b8987f2935d81ef2610dea08768ba88cfbb8 (diff) | |
download | chromium_src-faf1a4aab0faaa80cb1687e5535faef8455879ad.zip chromium_src-faf1a4aab0faaa80cb1687e5535faef8455879ad.tar.gz chromium_src-faf1a4aab0faaa80cb1687e5535faef8455879ad.tar.bz2 |
test_shell: set a title on the home page
This seems pointless, but for debugging purposes internally we
use the page title as an annotation on OS-level windows which helps
track them down when looking at a list of all windows. For
reasons too complicated for me to care about this doesn't work when
a page lacks a title, hence this fix.
Review URL: http://codereview.chromium.org/149642
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20691 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/data/test_shell/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/data/test_shell/index.html b/webkit/data/test_shell/index.html index 2176f24..5f2bce3 100644 --- a/webkit/data/test_shell/index.html +++ b/webkit/data/test_shell/index.html @@ -1,5 +1,6 @@ <html> <head> +<title>test_shell home</title> <link rel="stylesheet" href="test.css" type="text/css"/> </head> |