Index: chrome/browser/resources/new_new_tab.html |
=================================================================== |
--- chrome/browser/resources/new_new_tab.html (revision 19884) |
+++ chrome/browser/resources/new_new_tab.html (working copy) |
@@ -229,7 +229,7 @@ |
<a class="item" |
jsdisplay="type == 'tab'" |
jsvalues="href:url; |
- title:title; |
+ .xtitle:title; |
.style.backgroundImage:'url("chrome://favicon/' + |
url + '")'; |
dir:direction; |
@@ -289,7 +289,7 @@ |
<div class="tips-container item-container"> |
<a class="item" jsselect="$this" |
jsdisplay="url.length" |
- jsvalues="href:url;title:title" |
+ jsvalues="href:url;.xtitle:title" |
jscontent="title"></a> |
</div> |
</div> |
@@ -303,6 +303,7 @@ |
<span class="item" jsselect="$this" |
jsvalues=".style.backgroundImage:'url("chrome://favicon/' + url + |
'")'; |
+ .xtitle:title; |
dir:direction;" |
jscontent="title"></span> |
</div> |