diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-06 03:33:05 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-06 03:33:05 (GMT) |
commit | 9d2de4a1aa26b4a19a6ffb4dad7a2d8ad06163d9 (patch) | |
tree | 9ae699994ef1a29550da3ec5c263bef1e0b35eb6 /tests/auto/declarative/qfxwebview/data/basic.html | |
parent | e559d97aa8e37c63b9e0090fe5dfa4b9bdeb079e (diff) | |
download | Qt-9d2de4a1aa26b4a19a6ffb4dad7a2d8ad06163d9.zip Qt-9d2de4a1aa26b4a19a6ffb4dad7a2d8ad06163d9.tar.gz Qt-9d2de4a1aa26b4a19a6ffb4dad7a2d8ad06163d9.tar.bz2 |
Test icon() property.
Diffstat (limited to 'tests/auto/declarative/qfxwebview/data/basic.html')
-rw-r--r-- | tests/auto/declarative/qfxwebview/data/basic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qfxwebview/data/basic.html b/tests/auto/declarative/qfxwebview/data/basic.html index 254317c..c262f12 100644 --- a/tests/auto/declarative/qfxwebview/data/basic.html +++ b/tests/auto/declarative/qfxwebview/data/basic.html @@ -1,6 +1,6 @@ <html> <head><title>Basic</title> -<link rel="shortcut icon" type="image/x-icon" href="basic.ico"> +<link rel="icon" sizes="48x48" href="basic.png"> </head> <body leftmargin="0" marginwidth="0"> <table width="123"> |